#620320

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

Shades of Pohutukawa #620320

Tints of Pohutukawa #620320

Color information

#620320 (or 0x620320) is unknown color: approx Pohutukawa. HEX triplet: 62, 03 and 20. RGB value is (98,3,32). Sum of RGB (Red+Green+Blue) = 98+3+32=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #620320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620320 is #9DFCDF. Grayscale: #222222. Windows color (decimal): -10353888 or 2098018. OLE color: 2098018.

HSL color Cylindrical-coordinate representation of color #620320: hue angle of 341.68º 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 #620320 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB98332-
CMYK00.970.670.62
HSL341.68º94.06%19.8%-
HSV(B)341.68º96.94%38.43%-
XYZ5.332.771.62-
YUV34.71126.47173.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.68%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=73.68%
G=2.26%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9833200.970.670.62341.6894.0619.8
Hex62320061433E1565e14
Octal14234001411037652613624
Binary110001011100000011000011000011111110101010110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620320; }

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

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

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

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

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

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

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

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