Html Css Color HEX #700E27 Pohutukawa

📋 copy color: '#700E27'

red 112 ◦ green 14 ◦ blue 39

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

Shades of Pohutukawa #700E27

Tints of Pohutukawa #700E27

RGB

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

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

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

R = 67.88%
G = 8.48%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#700E27 (or 0x700E27) is known color: Pohutukawa. HEX triplet: 70, 0E and 27. RGB value is (112,14,39). Sum of RGB (Red+Green+Blue) = 112+14+39=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #700E27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E27 is #8FF1D8. Grayscale: #2E2E2E. Windows color (decimal): -9433561 or 2559600. OLE color: 2559600.

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

Color convert

RGB 112 14 39 -
CMYK 0 0.88 0.65 0.56
HSL 344.69º 0.78% 0.25% -
HSV(B) 344.69º 0.88% 0.44% -
XYZ 7.21 3.91 2.29 -
YUV 46.15 123.97 174.97 -
System Red Green Blue C M Y K H S L
Decimal 112 14 39 0 0.88 0.65 0.56 344.69 0.78 0.25
Hex 70 E 27 0 58 41 38 159 4E 19
Octal 160 16 47 0 130 101 70 531 116 31
Binary 1110000 1110 100111 0 1011000 1000001 111000 101011001 1001110 11001

Color Harmonies of #700E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E27

Black with #700E27

Text Example


Text Example

White with #700E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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