#712426

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

Shades of Red Berry #712426

Tints of Red Berry #712426

Color information

#712426 (or 0x712426) is unknown color: approx Red Berry. HEX triplet: 71, 24 and 26. RGB value is (113,36,38). Sum of RGB (Red+Green+Blue) = 113+36+38=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #712426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712426 is #8EDBD9. Grayscale: #3B3B3B. Windows color (decimal): -9362394 or 2499697. OLE color: 2499697.

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

Color convert

RGB1133638-
CMYK00.680.660.56
HSL358.44º51.68%29.22%-
HSV(B)358.44º68.14%44.31%-
XYZ7.794.912.37-
YUV59.25116.01166.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=60.43%
G=19.25%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113363800.680.660.56358.4451.6829.22
Hex7124260444238166341d
Octal16144460104102705466435
Binary111000110010010011001000100100001011100010110011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712426; }

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

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

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

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

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

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

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

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