Html Css Color HEX #710D0F Pohutukawa

📋 copy color: '#710D0F'

red 113 ◦ green 13 ◦ blue 15

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

Shades of Pohutukawa #710D0F

Tints of Pohutukawa #710D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.64%

R = 80.14%
G = 9.22%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#710D0F (or 0x710D0F) is known color: Pohutukawa. HEX triplet: 71, 0D and 0F. RGB value is (113,13,15). Sum of RGB (Red+Green+Blue) = 113+13+15=141 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.14% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 113 - color contains mainly: red. Hex color #710D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710D0F is #8EF2F0. Grayscale: #2B2B2B. Windows color (decimal): -9368305 or 986481. OLE color: 986481.

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

Color convert

RGB 113 13 15 -
CMYK 0 0.88 0.87 0.56
HSL 358.8º 0.79% 0.25% -
HSV(B) 358.8º 0.88% 0.44% -
XYZ 7.04 3.83 0.82 -
YUV 43.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 113 13 15 0 0.88 0.87 0.56 358.8 0.79 0.25
Hex 71 D F 0 58 57 38 167 4F 19
Octal 161 15 17 0 130 127 70 547 117 31
Binary 1110001 1101 1111 0 1011000 1010111 111000 101100111 1001111 11001

Color Harmonies of #710D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D0F

Black with #710D0F

Text Example


Text Example

White with #710D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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