Html Css Color HEX #710E11 Pohutukawa

📋 copy color: '#710E11'

red 113 ◦ green 14 ◦ blue 17

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

Shades of Pohutukawa #710E11

Tints of Pohutukawa #710E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.72%

 BLUE value IS 17 (7.03% from 255) = 11.81%

R = 78.47%
G = 9.72%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#710E11 (or 0x710E11) is known color: Pohutukawa. HEX triplet: 71, 0E and 11. RGB value is (113,14,17). Sum of RGB (Red+Green+Blue) = 113+14+17=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #710E11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710E11 is #8EF1EE. Grayscale: #2C2C2C. Windows color (decimal): -9368047 or 1117809. OLE color: 1117809.

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

Color convert

RGB 113 14 17 -
CMYK 0 0.88 0.85 0.56
HSL 358.18º 0.78% 0.25% -
HSV(B) 358.18º 0.88% 0.44% -
XYZ 7.07 3.87 0.9 -
YUV 43.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 113 14 17 0 0.88 0.85 0.56 358.18 0.78 0.25
Hex 71 E 11 0 58 55 38 166 4E 19
Octal 161 16 21 0 130 125 70 546 116 31
Binary 1110001 1110 10001 0 1011000 1010101 111000 101100110 1001110 11001

Color Harmonies of #710E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710E11

Black with #710E11

Text Example


Text Example

White with #710E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,14,17); }

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

background-color css

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

 a { background-color: rgb(113,14,17); }

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

border-color css

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

 span { border-color: rgb(113,14,17); }

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