Html Css Color HEX #70101C Pohutukawa

📋 copy color: '#70101C'

red 112 ◦ green 16 ◦ blue 28

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

Shades of Pohutukawa #70101C

Tints of Pohutukawa #70101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 71.79%
G = 10.26%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#70101C (or 0x70101C) is known color: Pohutukawa. HEX triplet: 70, 10 and 1C. RGB value is (112,16,28). Sum of RGB (Red+Green+Blue) = 112+16+28=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #70101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70101C is #8FEFE3. Grayscale: #2E2E2E. Windows color (decimal): -9433060 or 1839216. OLE color: 1839216.

HSL color Cylindrical-coordinate representation of color #70101C: hue angle of 352.5º 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 #70101C is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 16 28 -
CMYK 0 0.86 0.75 0.56
HSL 352.5º 0.75% 0.25% -
HSV(B) 352.5º 0.86% 0.44% -
XYZ 7.08 3.9 1.48 -
YUV 46.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 112 16 28 0 0.86 0.75 0.56 352.5 0.75 0.25
Hex 70 10 1C 0 56 4B 38 160 4B 19
Octal 160 20 34 0 126 113 70 540 113 31
Binary 1110000 10000 11100 0 1010110 1001011 111000 101100000 1001011 11001

Color Harmonies of #70101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70101C

Black with #70101C

Text Example


Text Example

White with #70101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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