#620324

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

Shades of Pohutukawa #620324

Tints of Pohutukawa #620324

Color information

#620324 (or 0x620324) is unknown color: approx Pohutukawa. HEX triplet: 62, 03 and 24. RGB value is (98,3,36). Sum of RGB (Red+Green+Blue) = 98+3+36=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #620324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620324 is #9DFCDB. Grayscale: #232323. Windows color (decimal): -10353884 or 2360162. OLE color: 2360162.

HSL color Cylindrical-coordinate representation of color #620324: hue angle of 339.16º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620324 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB98336-
CMYK00.970.630.62
HSL339.16º94.06%19.8%-
HSV(B)339.16º96.94%38.43%-
XYZ5.392.791.92-
YUV35.17128.47172.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.53%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=71.53%
G=2.19%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9833600.970.630.62339.1694.0619.8
Hex623240613F3E1535e14
Octal1423440141777652313624
Binary11000101110010001100001111111111110101010011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620324; }

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

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

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

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

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

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

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

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