Html Css Color HEX #710D14 Pohutukawa

📋 copy color: '#710D14'

red 113 ◦ green 13 ◦ blue 20

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

Shades of Pohutukawa #710D14

Tints of Pohutukawa #710D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.7%

R = 77.4%
G = 8.9%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#710D14 (or 0x710D14) is known color: Pohutukawa. HEX triplet: 71, 0D and 14. RGB value is (113,13,20). Sum of RGB (Red+Green+Blue) = 113+13+20=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #710D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710D14 is #8EF2EB. Grayscale: #2B2B2B. Windows color (decimal): -9368300 or 1314161. OLE color: 1314161.

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

Color convert

RGB 113 13 20 -
CMYK 0 0.88 0.82 0.56
HSL 355.8º 0.79% 0.25% -
HSV(B) 355.8º 0.88% 0.44% -
XYZ 7.08 3.85 1.03 -
YUV 43.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 113 13 20 0 0.88 0.82 0.56 355.8 0.79 0.25
Hex 71 D 14 0 58 52 38 164 4F 19
Octal 161 15 24 0 130 122 70 544 117 31
Binary 1110001 1101 10100 0 1011000 1010010 111000 101100100 1001111 11001

Color Harmonies of #710D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D14

Black with #710D14

Text Example


Text Example

White with #710D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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