#710D19

Color #710D19 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #710D19

Tints of Pohutukawa #710D19

Color information

#710D19 (or 0x710D19) is unknown color: approx Pohutukawa. HEX triplet: 71, 0D and 19. RGB value is (113,13,25). Sum of RGB (Red+Green+Blue) = 113+13+25=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #710D19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710D19 is #8EF2E6. Grayscale: #2C2C2C. Windows color (decimal): -9368295 or 1641841. OLE color: 1641841.

HSL color Cylindrical-coordinate representation of color #710D19: hue angle of 352.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710D19 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1131325-
CMYK00.880.780.56
HSL352.8º79.37%24.71%-
HSV(B)352.8º88.5%44.31%-
XYZ7.133.871.29-
YUV44.27117.13177.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 74.83%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=74.83%
G=8.61%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113132500.880.780.56352.879.3724.71
Hex71D190584E381614f19
Octal161153101301167054111731
Binary1110001110111001010110001001110111000101100001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710D19; }

 p { color: rgb(113,13,25); }

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

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

 a { background-color: rgb(113,13,25); }

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

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

 span { border-color: rgb(113,13,25); }

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