#62070D

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

Shades of Pohutukawa #62070D

Tints of Pohutukawa #62070D

Color information

#62070D (or 0x62070D) is unknown color: approx Pohutukawa. HEX triplet: 62, 07 and 0D. RGB value is (98,7,13). Sum of RGB (Red+Green+Blue) = 98+7+13=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #62070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62070D is #9DF8F2. Grayscale: #222222. Windows color (decimal): -10352883 or 853858. OLE color: 853858.

HSL color Cylindrical-coordinate representation of color #62070D: hue angle of 356.04º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62070D is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB98713-
CMYK00.930.870.62
HSL356.04º86.67%20.59%-
HSV(B)356.04º92.86%38.43%-
XYZ5.192.780.64-
YUV34.89115.65173.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 83.05%
GREEN value IS 7 (3.12% from 255) = 5.93%
BLUE value IS 13 (5.47% from 255) = 11.02%
R=83.05%
G=5.93%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9871300.930.870.62356.0486.6720.59
Hex627D05D573E1645715
Octal14271501351277654412725
Binary11000101111101010111011010111111110101100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62070D; }

 p { color: rgb(98,7,13); }

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

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

 a { background-color: rgb(98,7,13); }

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

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

 span { border-color: rgb(98,7,13); }

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