#700D20

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

Shades of Pohutukawa #700D20

Tints of Pohutukawa #700D20

Color information

#700D20 (or 0x700D20) is unknown color: approx Pohutukawa. HEX triplet: 70, 0D and 20. RGB value is (112,13,32). Sum of RGB (Red+Green+Blue) = 112+13+32=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #700D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D20 is #8FF2DF. Grayscale: #2C2C2C. Windows color (decimal): -9433824 or 2100592. OLE color: 2100592.

HSL color Cylindrical-coordinate representation of color #700D20: hue angle of 348.48º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700D20 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1121332-
CMYK00.880.710.56
HSL348.48º79.2%24.51%-
HSV(B)348.48º88.39%43.92%-
XYZ7.093.841.73-
YUV44.77120.8175.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.34%
GREEN value IS 13 (5.47% from 255) = 8.28%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=71.34%
G=8.28%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112133200.880.710.56348.4879.224.51
Hex70D20058473815c4f19
Octal160154001301077053411731
Binary11100001101100000010110001000111111000101011100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700D20; }

 p { color: rgb(112,13,32); }

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

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

 a { background-color: rgb(112,13,32); }

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

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

 span { border-color: rgb(112,13,32); }

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