#700F19

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

Shades of Pohutukawa #700F19

Tints of Pohutukawa #700F19

Color information

#700F19 (or 0x700F19) is unknown color: approx Pohutukawa. HEX triplet: 70, 0F and 19. RGB value is (112,15,25). Sum of RGB (Red+Green+Blue) = 112+15+25=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #700F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F19 is #8FF0E6. Grayscale: #2D2D2D. Windows color (decimal): -9433319 or 1642352. OLE color: 1642352.

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

Color convert

RGB1121525-
CMYK00.870.780.56
HSL353.81º76.38%24.9%-
HSV(B)353.81º86.61%43.92%-
XYZ7.033.861.29-
YUV45.14116.64175.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 73.68%
GREEN value IS 15 (6.25% from 255) = 9.87%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=73.68%
G=9.87%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112152500.870.780.56353.8176.3824.9
Hex70F190574E381624c19
Octal160173101271167054211431
Binary1110000111111001010101111001110111000101100010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,15,25); }

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

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

 a { background-color: rgb(112,15,25); }

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

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

 span { border-color: rgb(112,15,25); }

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