#721126

Color #721126 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #721126

Tints of Red Berry #721126

Color information

#721126 (or 0x721126) is unknown color: approx Red Berry. HEX triplet: 72, 11 and 26. RGB value is (114,17,38). Sum of RGB (Red+Green+Blue) = 114+17+38=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #721126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721126 is #8DEED9. Grayscale: #303030. Windows color (decimal): -9301722 or 2494834. OLE color: 2494834.

HSL color Cylindrical-coordinate representation of color #721126: hue angle of 347.01º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721126 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1141738-
CMYK00.850.670.55
HSL347.01º74.05%25.69%-
HSV(B)347.01º85.09%44.71%-
XYZ7.494.122.23-
YUV48.4122.14174.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 38 (15.23% from 255) = 22.49%
R=67.46%
G=10.06%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114173800.850.670.55347.0174.0525.69
Hex721126055433715b4a1a
Octal162214601251036753311232
Binary111001010001100110010101011000011110111101011011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721126; }

 p { color: rgb(114,17,38); }

 H1.HeaderClassName
 {
   color: #721126;
 }
 .AnyTagClassName
 {
   color: #721126;
 }
</style>
background-color css

<style>
 a { background-color: #721126; }

 a { background-color: rgb(114,17,38); }

 div.DivClassName
 {
   background-color: #721126;
 }
 .BgClassName
 {
   background-color: #721126;
 }
</style>
border-color css

<style>
 span { border-color: #721126; }

 span { border-color: rgb(114,17,38); }

 td.TdClassName
 {
   border-color: #721126;
 }
 .TagClassName
 {
   border-color: #721126;
 }
</style>