#70101B

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

Shades of Pohutukawa #70101B

Tints of Pohutukawa #70101B

Color information

#70101B (or 0x70101B) is unknown color: approx Pohutukawa. HEX triplet: 70, 10 and 1B. RGB value is (112,16,27). Sum of RGB (Red+Green+Blue) = 112+16+27=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #70101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70101B is #8FEFE4. Grayscale: #2E2E2E. Windows color (decimal): -9433061 or 1773680. OLE color: 1773680.

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

Color convert

RGB1121627-
CMYK00.860.760.56
HSL353.12º75%25.1%-
HSV(B)353.12º85.71%43.92%-
XYZ7.073.891.42-
YUV45.96117.3175.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.26%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=72.26%
G=10.32%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112162700.860.760.56353.127525.1
Hex70101B0564C381614b19
Octal160203301261147054111331
Binary11100001000011011010101101001100111000101100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70101B;
 }
 .AnyTagClassName
 {
   color: #70101B;
 }
</style>
background-color css

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

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

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

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

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

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