Html Css Color HEX #710D19 Pohutukawa

📋 copy color: '#710D19'

red 113 ◦ green 13 ◦ blue 25

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

Shades of Pohutukawa #710D19

Tints of Pohutukawa #710D19

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 value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#710D19 (or 0x710D19) is known color: 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

RGB 113 13 25 -
CMYK 0 0.88 0.78 0.56
HSL 352.8º 0.79% 0.25% -
HSV(B) 352.8º 0.88% 0.44% -
XYZ 7.13 3.87 1.29 -
YUV 44.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 113 13 25 0 0.88 0.78 0.56 352.8 0.79 0.25
Hex 71 D 19 0 58 4E 38 161 4F 19
Octal 161 15 31 0 130 116 70 541 117 31
Binary 1110001 1101 11001 0 1011000 1001110 111000 101100001 1001111 11001

Color Harmonies of #710D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D19

Black with #710D19

Text Example


Text Example

White with #710D19

Text Example


Text Example

HTML Codes & Css Web 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>