#62050F

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

Shades of Pohutukawa #62050F

Tints of Pohutukawa #62050F

Color information

#62050F (or 0x62050F) is unknown color: approx Pohutukawa. HEX triplet: 62, 05 and 0F. RGB value is (98,5,15). Sum of RGB (Red+Green+Blue) = 98+5+15=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #62050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62050F is #9DFAF0. Grayscale: #222222. Windows color (decimal): -10353393 or 984418. OLE color: 984418.

HSL color Cylindrical-coordinate representation of color #62050F: hue angle of 353.55º 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 #62050F is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB98515-
CMYK00.950.850.62
HSL353.55º90.29%20.2%-
HSV(B)353.55º94.9%38.43%-
XYZ5.182.740.71-
YUV33.95117.31173.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 83.05%
GREEN value IS 5 (2.34% from 255) = 4.24%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=83.05%
G=4.24%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9851500.950.850.62353.5590.2920.2
Hex625F05F553E1625a14
Octal14251701371257654213224
Binary11000101011111010111111010101111110101100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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