Html Css Color HEX #700F11 Pohutukawa

📋 copy color: '#700F11'

red 112 ◦ green 15 ◦ blue 17

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

Shades of Pohutukawa #700F11

Tints of Pohutukawa #700F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.42%

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

R = 77.78%
G = 10.42%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#700F11 (or 0x700F11) is known color: Pohutukawa. HEX triplet: 70, 0F and 11. RGB value is (112,15,17). Sum of RGB (Red+Green+Blue) = 112+15+17=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #700F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F11 is #8FF0EE. Grayscale: #2C2C2C. Windows color (decimal): -9433327 or 1118064. OLE color: 1118064.

HSL color Cylindrical-coordinate representation of color #700F11: hue angle of 358.76º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F11 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 15 17 -
CMYK 0 0.87 0.85 0.56
HSL 358.76º 0.76% 0.25% -
HSV(B) 358.76º 0.87% 0.44% -
XYZ 6.95 3.83 0.9 -
YUV 44.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 112 15 17 0 0.87 0.85 0.56 358.76 0.76 0.25
Hex 70 F 11 0 57 55 38 167 4C 19
Octal 160 17 21 0 127 125 70 547 114 31
Binary 1110000 1111 10001 0 1010111 1010101 111000 101100111 1001100 11001

Color Harmonies of #700F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F11

Black with #700F11

Text Example


Text Example

White with #700F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,15,17); }

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

background-color css

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

 a { background-color: rgb(112,15,17); }

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

border-color css

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

 span { border-color: rgb(112,15,17); }

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