#620F24

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

Shades of Pohutukawa #620F24

Tints of Pohutukawa #620F24

Color information

#620F24 (or 0x620F24) is unknown color: approx Pohutukawa. HEX triplet: 62, 0F and 24. RGB value is (98,15,36). Sum of RGB (Red+Green+Blue) = 98+15+36=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #620F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F24 is #9DF0DB. Grayscale: #2A2A2A. Windows color (decimal): -10350812 or 2363234. OLE color: 2363234.

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

Color convert

RGB981536-
CMYK00.850.630.62
HSL344.82º73.45%22.16%-
HSV(B)344.82º84.69%38.43%-
XYZ5.533.071.97-
YUV42.21124.5167.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 15 (6.25% from 255) = 10.07%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=65.77%
G=10.07%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98153600.850.630.62344.8273.4522.16
Hex62F240553F3E1594916
Octal14217440125777653111126
Binary1100010111110010001010101111111111110101011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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