Html Css Color HEX #700F27 Pohutukawa

📋 copy color: '#700F27'

red 112 ◦ green 15 ◦ blue 39

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

Shades of Pohutukawa #700F27

Tints of Pohutukawa #700F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.49%

R = 67.47%
G = 9.04%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#700F27 (or 0x700F27) is known color: Pohutukawa. HEX triplet: 70, 0F and 27. RGB value is (112,15,39). Sum of RGB (Red+Green+Blue) = 112+15+39=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #700F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F27 is #8FF0D8. Grayscale: #2E2E2E. Windows color (decimal): -9433305 or 2559856. OLE color: 2559856.

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

Color convert

RGB 112 15 39 -
CMYK 0 0.87 0.65 0.56
HSL 345.15º 0.76% 0.25% -
HSV(B) 345.15º 0.87% 0.44% -
XYZ 7.22 3.93 2.3 -
YUV 46.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 112 15 39 0 0.87 0.65 0.56 345.15 0.76 0.25
Hex 70 F 27 0 57 41 38 159 4C 19
Octal 160 17 47 0 127 101 70 531 114 31
Binary 1110000 1111 100111 0 1010111 1000001 111000 101011001 1001100 11001

Color Harmonies of #700F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F27

Black with #700F27

Text Example


Text Example

White with #700F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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