Html Css Color HEX #620502 Maroon

📋 copy color: '#620502'

red 98 ◦ green 5 ◦ blue 2

#620502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #620502

Tints of Maroon #620502

RGB

 RED value IS 98 (38.67% from 255) = 93.33%

 GREEN value IS 5 (2.34% from 255) = 4.76%

 BLUE value IS 2 (1.17% from 255) = 1.9%

R = 93.33%
G = 4.76%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#620502 (or 0x620502) is known color: Maroon. HEX triplet: 62, 05 and 02. RGB value is (98,5,2). Sum of RGB (Red+Green+Blue) = 98+5+2=105 (13% of max value = 765). Red value is 98 (38.67% from 255 or 93.33% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 98 - color contains mainly: red. Hex color #620502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620502 is #9DFAFD. Grayscale: #202020. Windows color (decimal): -10353406 or 132450. OLE color: 132450.

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

Color convert

RGB 98 5 2 -
CMYK 0 0.95 0.98 0.62
HSL 1.88º 0.96% 0.2% -
HSV(B) 1.88º 0.98% 0.38% -
XYZ 5.1 2.71 0.31 -
YUV 32.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 98 5 2 0 0.95 0.98 0.62 1.88 0.96 0.2
Hex 62 5 2 0 5F 62 3E 2 60 14
Octal 142 5 2 0 137 142 76 2 140 24
Binary 1100010 101 10 0 1011111 1100010 111110 10 1100000 10100

Color Harmonies of #620502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620502

Black with #620502

Text Example


Text Example

White with #620502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620502; }

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

 H1.HeaderClassName
 {
   color: #620502;
 }
 .AnyTagClassName
 {
   color: #620502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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