#70101A

Color #70101A Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #70101A

Tints of Pohutukawa #70101A

Color information

#70101A (or 0x70101A) is unknown color: approx 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

RGB1121626-
CMYK00.860.770.56
HSL353.75º75%25.1%-
HSV(B)353.75º85.71%43.92%-
XYZ7.053.891.36-
YUV45.84116.8175.19-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112162600.860.770.56353.757525.1
Hex70101A0564D381624b19
Octal160203201261157054211331
Binary11100001000011010010101101001101111000101100010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>