Html Css Color HEX #70101A Pohutukawa

📋 copy color: '#70101A'

red 112 ◦ green 16 ◦ blue 26

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

Shades of Pohutukawa #70101A

Tints of Pohutukawa #70101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.88%

R = 72.73%
G = 10.39%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70101A (or 0x70101A) is known color: Pohutukawa. HEX triplet: 70, 10 and 1A. RGB value is (112,16,26). Sum of RGB (Red+Green+Blue) = 112+16+26=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #70101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70101A is #8FEFE5. Grayscale: #2D2D2D. Windows color (decimal): -9433062 or 1708144. OLE color: 1708144.

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

Color convert

RGB 112 16 26 -
CMYK 0 0.86 0.77 0.56
HSL 353.75º 0.75% 0.25% -
HSV(B) 353.75º 0.86% 0.44% -
XYZ 7.05 3.89 1.36 -
YUV 45.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 112 16 26 0 0.86 0.77 0.56 353.75 0.75 0.25
Hex 70 10 1A 0 56 4D 38 162 4B 19
Octal 160 20 32 0 126 115 70 542 113 31
Binary 1110000 10000 11010 0 1010110 1001101 111000 101100010 1001011 11001

Color Harmonies of #70101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70101A

Black with #70101A

Text Example


Text Example

White with #70101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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