#620902

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

Shades of Maroon #620902

Tints of Maroon #620902

Color information

#620902 (or 0x620902) is unknown color: approx Maroon. HEX triplet: 62, 09 and 02. RGB value is (98,9,2). Sum of RGB (Red+Green+Blue) = 98+9+2=109 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.91% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 98 - color contains mainly: red. Hex color #620902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620902 is #9DF6FD. Grayscale: #222222. Windows color (decimal): -10352382 or 133474. OLE color: 133474.

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

Color convert

RGB9892-
CMYK00.910.980.62
HSL4.38º96%19.61%-
HSV(B)4.38º97.96%38.43%-
XYZ5.152.80.33-
YUV34.81109.49173.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 89.91%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=89.91%
G=8.26%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989200.910.980.624.389619.61
Hex629205B623E46014
Octal142112013314276414024
Binary1100010100110010110111100010111110100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620902; }

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

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

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

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

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

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

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

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