#620F18

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

Shades of Pohutukawa #620F18

Tints of Pohutukawa #620F18

Color information

#620F18 (or 0x620F18) is unknown color: approx Pohutukawa. HEX triplet: 62, 0F and 18. RGB value is (98,15,24). Sum of RGB (Red+Green+Blue) = 98+15+24=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #620F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F18 is #9DF0E7. Grayscale: #282828. Windows color (decimal): -10350824 or 1576802. OLE color: 1576802.

HSL color Cylindrical-coordinate representation of color #620F18: hue angle of 353.49º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F18 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB981524-
CMYK00.850.760.62
HSL353.49º73.45%22.16%-
HSV(B)353.49º84.69%38.43%-
XYZ5.3731.16-
YUV40.84118.5168.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.53%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=71.53%
G=10.95%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98152400.850.760.62353.4973.4522.16
Hex62F180554C3E1614916
Octal142173001251147654111126
Binary1100010111111000010101011001100111110101100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620F18; }

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

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

<style>
 a { background-color: #620F18; }

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

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

<style>
 span { border-color: #620F18; }

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

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