Html Css Color HEX #710C0D Pohutukawa

📋 copy color: '#710C0D'

red 113 ◦ green 12 ◦ blue 13

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

Shades of Pohutukawa #710C0D

Tints of Pohutukawa #710C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.7%

 BLUE value IS 13 (5.47% from 255) = 9.42%

R = 81.88%
G = 8.7%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#710C0D (or 0x710C0D) is known color: Pohutukawa. HEX triplet: 71, 0C and 0D. RGB value is (113,12,13). Sum of RGB (Red+Green+Blue) = 113+12+13=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #710C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C0D is #8EF3F2. Grayscale: #2A2A2A. Windows color (decimal): -9368563 or 855153. OLE color: 855153.

HSL color Cylindrical-coordinate representation of color #710C0D: hue angle of 359.41º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C0D is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 12 13 -
CMYK 0 0.89 0.88 0.56
HSL 359.41º 0.81% 0.25% -
HSV(B) 359.41º 0.89% 0.44% -
XYZ 7.01 3.8 0.75 -
YUV 42.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 113 12 13 0 0.89 0.88 0.56 359.41 0.81 0.25
Hex 71 C D 0 59 58 38 167 51 19
Octal 161 14 15 0 131 130 70 547 121 31
Binary 1110001 1100 1101 0 1011001 1011000 111000 101100111 1010001 11001

Color Harmonies of #710C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C0D

Black with #710C0D

Text Example


Text Example

White with #710C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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