Html Css Color HEX #710D1A Pohutukawa

📋 copy color: '#710D1A'

red 113 ◦ green 13 ◦ blue 26

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

Shades of Pohutukawa #710D1A

Tints of Pohutukawa #710D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.11%

R = 74.34%
G = 8.55%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#710D1A (or 0x710D1A) is known color: Pohutukawa. HEX triplet: 71, 0D and 1A. RGB value is (113,13,26). Sum of RGB (Red+Green+Blue) = 113+13+26=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #710D1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D1A is #8EF2E5. Grayscale: #2C2C2C. Windows color (decimal): -9368294 or 1707377. OLE color: 1707377.

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

Color convert

RGB 113 13 26 -
CMYK 0 0.88 0.77 0.56
HSL 352.2º 0.79% 0.25% -
HSV(B) 352.2º 0.88% 0.44% -
XYZ 7.14 3.87 1.35 -
YUV 44.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 113 13 26 0 0.88 0.77 0.56 352.2 0.79 0.25
Hex 71 D 1A 0 58 4D 38 160 4F 19
Octal 161 15 32 0 130 115 70 540 117 31
Binary 1110001 1101 11010 0 1011000 1001101 111000 101100000 1001111 11001

Color Harmonies of #710D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D1A

Black with #710D1A

Text Example


Text Example

White with #710D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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