Html Css Color HEX #700E16 Pohutukawa

📋 copy color: '#700E16'

red 112 ◦ green 14 ◦ blue 22

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

Shades of Pohutukawa #700E16

Tints of Pohutukawa #700E16

RGB

 RED value IS 112 (44.14% from 255) = 75.68%

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

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 75.68%
G = 9.46%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#700E16 (or 0x700E16) is known color: Pohutukawa. HEX triplet: 70, 0E and 16. RGB value is (112,14,22). Sum of RGB (Red+Green+Blue) = 112+14+22=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #700E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700E16 is #8FF1E9. Grayscale: #2C2C2C. Windows color (decimal): -9433578 or 1445488. OLE color: 1445488.

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

Color convert

RGB 112 14 22 -
CMYK 0 0.88 0.80 0.56
HSL 355.1º 0.78% 0.25% -
HSV(B) 355.1º 0.88% 0.44% -
XYZ 6.98 3.82 1.13 -
YUV 44.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 112 14 22 0 0.88 0.80 0.56 355.1 0.78 0.25
Hex 70 E 16 0 58 50 38 163 4E 19
Octal 160 16 26 0 130 120 70 543 116 31
Binary 1110000 1110 10110 0 1011000 1010000 111000 101100011 1001110 11001

Color Harmonies of #700E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E16

Black with #700E16

Text Example


Text Example

White with #700E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700E16; }

 p { color: rgb(112,14,22); }

 H1.HeaderClassName
 {
   color: #700E16;
 }
 .AnyTagClassName
 {
   color: #700E16;
 }
</style>

background-color css

<style>
 a { background-color: #700E16; }

 a { background-color: rgb(112,14,22); }

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

border-color css

<style>
 span { border-color: #700E16; }

 span { border-color: rgb(112,14,22); }

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