#711424

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

Shades of Red Berry #711424

Tints of Red Berry #711424

Color information

#711424 (or 0x711424) is unknown color: approx Red Berry. HEX triplet: 71, 14 and 24. RGB value is (113,20,36). Sum of RGB (Red+Green+Blue) = 113+20+36=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #711424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711424 is #8EEBDB. Grayscale: #313131. Windows color (decimal): -9366492 or 2364529. OLE color: 2364529.

HSL color Cylindrical-coordinate representation of color #711424: hue angle of 349.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711424 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1132036-
CMYK00.820.680.56
HSL349.68º69.92%26.08%-
HSV(B)349.68º82.3%44.31%-
XYZ7.384.142.08-
YUV49.63120.31173.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.86%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 36 (14.45% from 255) = 21.30%
R=66.86%
G=11.83%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113203600.820.680.56349.6869.9226.08
Hex711424052443815e461a
Octal161244401221047053610632
Binary111000110100100100010100101000100111000101011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711424; }

 p { color: rgb(113,20,36); }

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

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

 a { background-color: rgb(113,20,36); }

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

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

 span { border-color: rgb(113,20,36); }

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