#711824

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

Shades of Red Berry #711824

Tints of Red Berry #711824

Color information

#711824 (or 0x711824) is unknown color: approx Red Berry. HEX triplet: 71, 18 and 24. RGB value is (113,24,36). Sum of RGB (Red+Green+Blue) = 113+24+36=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #711824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711824 is #8EE7DB. Grayscale: #343434. Windows color (decimal): -9365468 or 2365553. OLE color: 2365553.

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

Color convert

RGB1132436-
CMYK00.790.680.56
HSL351.91º64.96%26.86%-
HSV(B)351.91º78.76%44.31%-
XYZ7.464.292.1-
YUV51.98118.99171.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.32%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=65.32%
G=13.87%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113243600.790.680.56351.9164.9626.86
Hex71182404F4438160411b
Octal161304401171047054010133
Binary111000111000100100010011111000100111000101100000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711824; }

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

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

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

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

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

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

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

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