#620928

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

Shades of Pohutukawa #620928

Tints of Pohutukawa #620928

Color information

#620928 (or 0x620928) is unknown color: approx Pohutukawa. HEX triplet: 62, 09 and 28. RGB value is (98,9,40). Sum of RGB (Red+Green+Blue) = 98+9+40=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #620928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620928 is #9DF6D7. Grayscale: #272727. Windows color (decimal): -10352344 or 2623842. OLE color: 2623842.

HSL color Cylindrical-coordinate representation of color #620928: hue angle of 339.1º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620928 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB98940-
CMYK00.910.590.62
HSL339.1º83.18%20.98%-
HSV(B)339.1º90.82%38.43%-
XYZ5.522.952.29-
YUV39.15128.49169.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=66.67%
G=6.12%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9894000.910.590.62339.183.1820.98
Hex6292805B3B3E1535315
Octal14211500133737652312325
Binary1100010100110100001011011111011111110101010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620928; }

 p { color: rgb(98,9,40); }

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

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

 a { background-color: rgb(98,9,40); }

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

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

 span { border-color: rgb(98,9,40); }

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