Html Css Color HEX #710D18 Pohutukawa

📋 copy color: '#710D18'

red 113 ◦ green 13 ◦ blue 24

#710D18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #710D18

Tints of Pohutukawa #710D18

RGB

 RED value IS 113 (44.53% from 255) = 75.33%

 GREEN value IS 13 (5.47% from 255) = 8.67%

 BLUE value IS 24 (9.77% from 255) = 16%

R = 75.33%
G = 8.67%
B = 16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#710D18 (or 0x710D18) is known color: Pohutukawa. HEX triplet: 71, 0D and 18. RGB value is (113,13,24). Sum of RGB (Red+Green+Blue) = 113+13+24=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #710D18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710D18 is #8EF2E7. Grayscale: #2C2C2C. Windows color (decimal): -9368296 or 1576305. OLE color: 1576305.

HSL color Cylindrical-coordinate representation of color #710D18: hue angle of 353.4º 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 #710D18 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 13 24 -
CMYK 0 0.88 0.79 0.56
HSL 353.4º 0.79% 0.25% -
HSV(B) 353.4º 0.88% 0.44% -
XYZ 7.12 3.86 1.23 -
YUV 44.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 113 13 24 0 0.88 0.79 0.56 353.4 0.79 0.25
Hex 71 D 18 0 58 4F 38 161 4F 19
Octal 161 15 30 0 130 117 70 541 117 31
Binary 1110001 1101 11000 0 1011000 1001111 111000 101100001 1001111 11001

Color Harmonies of #710D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D18

Black with #710D18

Text Example


Text Example

White with #710D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #710D18;
 }
 .AnyTagClassName
 {
   color: #710D18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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