#620702

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

Shades of Maroon #620702

Tints of Maroon #620702

Color information

#620702 (or 0x620702) is unknown color: approx Maroon. HEX triplet: 62, 07 and 02. RGB value is (98,7,2). Sum of RGB (Red+Green+Blue) = 98+7+2=107 (14% of max value = 765). Red value is 98 (38.67% from 255 or 91.59% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 98 - color contains mainly: red. Hex color #620702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620702 is #9DF8FD. Grayscale: #212121. Windows color (decimal): -10352894 or 132962. OLE color: 132962.

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

Color convert

RGB9872-
CMYK00.930.980.62
HSL3.12º96%19.61%-
HSV(B)3.12º97.96%38.43%-
XYZ5.122.750.32-
YUV33.64110.15173.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 91.59%
GREEN value IS 7 (3.12% from 255) = 6.54%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=91.59%
G=6.54%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal987200.930.980.623.129619.61
Hex627205D623E36014
Octal14272013514276314024
Binary11000101111001011101110001011111011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620702; }

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

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

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

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

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

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

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

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