#62010F

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

Shades of Pohutukawa #62010F

Tints of Pohutukawa #62010F

Color information

#62010F (or 0x62010F) is unknown color: approx Pohutukawa. HEX triplet: 62, 01 and 0F. RGB value is (98,1,15). Sum of RGB (Red+Green+Blue) = 98+1+15=114 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.96% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 98 - color contains mainly: red. Hex color #62010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62010F is #9DFEF0. Grayscale: #1F1F1F. Windows color (decimal): -10354417 or 983394. OLE color: 983394.

HSL color Cylindrical-coordinate representation of color #62010F: hue angle of 351.34º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62010F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB98115-
CMYK00.990.850.62
HSL351.34º97.98%19.41%-
HSV(B)351.34º98.98%38.43%-
XYZ5.132.650.69-
YUV31.6118.64175.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 85.96%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=85.96%
G=0.88%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9811500.990.850.62351.3497.9819.41
Hex621F063553E15f6213
Octal14211701431257653714223
Binary110001011111011000111010101111110101011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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