#62050E

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

Shades of Pohutukawa #62050E

Tints of Pohutukawa #62050E

Color information

#62050E (or 0x62050E) is unknown color: approx Pohutukawa. HEX triplet: 62, 05 and 0E. RGB value is (98,5,14). Sum of RGB (Red+Green+Blue) = 98+5+14=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #62050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62050E is #9DFAF1. Grayscale: #212121. Windows color (decimal): -10353394 or 918882. OLE color: 918882.

HSL color Cylindrical-coordinate representation of color #62050E: hue angle of 354.19º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62050E is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB98514-
CMYK00.950.860.62
HSL354.19º90.29%20.2%-
HSV(B)354.19º94.9%38.43%-
XYZ5.172.740.67-
YUV33.83116.81173.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 83.76%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=83.76%
G=4.27%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9851400.950.860.62354.1990.2920.2
Hex625E05F563E1625a14
Octal14251601371267654213224
Binary11000101011110010111111010110111110101100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62050E; }

 p { color: rgb(98,5,14); }

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

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

 a { background-color: rgb(98,5,14); }

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

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

 span { border-color: rgb(98,5,14); }

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