#620505

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

Shades of Maroon #620505

Tints of Maroon #620505

Color information

#620505 (or 0x620505) is unknown color: approx Maroon. HEX triplet: 62, 05 and 05. RGB value is (98,5,5). Sum of RGB (Red+Green+Blue) = 98+5+5=108 (14% of max value = 765). Red value is 98 (38.67% from 255 or 90.74% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 98 - color contains mainly: red. Hex color #620505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620505 is #9DFAFA. Grayscale: #202020. Windows color (decimal): -10353403 or 329058. OLE color: 329058.

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

Color convert

RGB9855-
CMYK00.950.950.62
HSL90.29%20.2%-
HSV(B)94.9%38.43%-
XYZ5.122.720.4-
YUV32.81112.31174.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 90.74%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=90.74%
G=4.63%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal985500.950.950.62090.2920.2
Hex625505F5F3E05a14
Octal14255013713776013224
Binary11000101011010101111110111111111100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620505; }

 p { color: rgb(98,5,5); }

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

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

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

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

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

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

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