#711218

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

Shades of Red Berry #711218

Tints of Red Berry #711218

Color information

#711218 (or 0x711218) is unknown color: approx Red Berry. HEX triplet: 71, 12 and 18. RGB value is (113,18,24). Sum of RGB (Red+Green+Blue) = 113+18+24=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #711218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711218 is #8EEDE7. Grayscale: #2F2F2F. Windows color (decimal): -9367016 or 1577585. OLE color: 1577585.

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

Color convert

RGB1131824-
CMYK00.840.790.56
HSL356.21º72.52%25.69%-
HSV(B)356.21º84.07%44.31%-
XYZ7.194.011.26-
YUV47.09114.97175.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.90%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 24 (9.77% from 255) = 15.48%
R=72.90%
G=11.61%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113182400.840.790.56356.2172.5225.69
Hex7112180544F38164491a
Octal161223001241177054411132
Binary11100011001011000010101001001111111000101100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711218; }

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

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

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

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

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

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

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

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