Html Css Color HEX #700F23 Pohutukawa

📋 copy color: '#700F23'

red 112 ◦ green 15 ◦ blue 35

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

Shades of Pohutukawa #700F23

Tints of Pohutukawa #700F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.6%

R = 69.14%
G = 9.26%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#700F23 (or 0x700F23) is known color: Pohutukawa. HEX triplet: 70, 0F and 23. RGB value is (112,15,35). Sum of RGB (Red+Green+Blue) = 112+15+35=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #700F23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F23 is #8FF0DC. Grayscale: #2E2E2E. Windows color (decimal): -9433309 or 2297712. OLE color: 2297712.

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

Color convert

RGB 112 15 35 -
CMYK 0 0.87 0.69 0.56
HSL 347.63º 0.76% 0.25% -
HSV(B) 347.63º 0.87% 0.44% -
XYZ 7.16 3.91 1.97 -
YUV 46.28 121.64 174.87 -
System Red Green Blue C M Y K H S L
Decimal 112 15 35 0 0.87 0.69 0.56 347.63 0.76 0.25
Hex 70 F 23 0 57 45 38 15C 4C 19
Octal 160 17 43 0 127 105 70 534 114 31
Binary 1110000 1111 100011 0 1010111 1000101 111000 101011100 1001100 11001

Color Harmonies of #700F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F23

Black with #700F23

Text Example


Text Example

White with #700F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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