#701018

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

Shades of Pohutukawa #701018

Tints of Pohutukawa #701018

Color information

#701018 (or 0x701018) is unknown color: approx Pohutukawa. HEX triplet: 70, 10 and 18. RGB value is (112,16,24). Sum of RGB (Red+Green+Blue) = 112+16+24=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #701018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701018 is #8FEFE7. Grayscale: #2D2D2D. Windows color (decimal): -9433064 or 1577072. OLE color: 1577072.

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

Color convert

RGB1121624-
CMYK00.860.790.56
HSL355º75%25.1%-
HSV(B)355º85.71%43.92%-
XYZ7.033.881.24-
YUV45.62115.8175.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 73.68%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 24 (9.77% from 255) = 15.79%
R=73.68%
G=10.53%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112162400.860.790.563557525.1
Hex7010180564F381634b19
Octal160203001261177054311331
Binary11100001000011000010101101001111111000101100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701018; }

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

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

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

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

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

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

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

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