Html Css Color HEX #70101F Pohutukawa

📋 copy color: '#70101F'

red 112 ◦ green 16 ◦ blue 31

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

Shades of Pohutukawa #70101F

Tints of Pohutukawa #70101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.06%

 BLUE value IS 31 (12.5% from 255) = 19.5%

R = 70.44%
G = 10.06%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70101F (or 0x70101F) is known color: Pohutukawa. HEX triplet: 70, 10 and 1F. RGB value is (112,16,31). Sum of RGB (Red+Green+Blue) = 112+16+31=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #70101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70101F is #8FEFE0. Grayscale: #2E2E2E. Windows color (decimal): -9433057 or 2035824. OLE color: 2035824.

HSL color Cylindrical-coordinate representation of color #70101F: hue angle of 350.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70101F is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 16 31 -
CMYK 0 0.86 0.72 0.56
HSL 350.63º 0.75% 0.25% -
HSV(B) 350.63º 0.86% 0.44% -
XYZ 7.11 3.91 1.68 -
YUV 46.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 112 16 31 0 0.86 0.72 0.56 350.63 0.75 0.25
Hex 70 10 1F 0 56 48 38 15F 4B 19
Octal 160 20 37 0 126 110 70 537 113 31
Binary 1110000 10000 11111 0 1010110 1001000 111000 101011111 1001011 11001

Color Harmonies of #70101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70101F

Black with #70101F

Text Example


Text Example

White with #70101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70101F; }

 p { color: rgb(112,16,31); }

 H1.HeaderClassName
 {
   color: #70101F;
 }
 .AnyTagClassName
 {
   color: #70101F;
 }
</style>

background-color css

<style>
 a { background-color: #70101F; }

 a { background-color: rgb(112,16,31); }

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

border-color css

<style>
 span { border-color: #70101F; }

 span { border-color: rgb(112,16,31); }

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