Html Css Color HEX #620B02 Maroon

📋 copy color: '#620B02'

red 98 ◦ green 11 ◦ blue 2

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

Shades of Maroon #620B02

Tints of Maroon #620B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.91%

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

R = 88.29%
G = 9.91%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#620B02 (or 0x620B02) is known color: Maroon. HEX triplet: 62, 0B and 02. RGB value is (98,11,2). Sum of RGB (Red+Green+Blue) = 98+11+2=111 (14% of max value = 765). Red value is 98 (38.67% from 255 or 88.29% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 98 - color contains mainly: red. Hex color #620B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620B02 is #9DF4FD. Grayscale: #242424. Windows color (decimal): -10351870 or 133986. OLE color: 133986.

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

Color convert

RGB 98 11 2 -
CMYK 0 0.89 0.98 0.62
HSL 5.63º 0.96% 0.2% -
HSV(B) 5.63º 0.98% 0.38% -
XYZ 5.17 2.84 0.33 -
YUV 35.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 98 11 2 0 0.89 0.98 0.62 5.63 0.96 0.2
Hex 62 B 2 0 59 62 3E 6 60 14
Octal 142 13 2 0 131 142 76 6 140 24
Binary 1100010 1011 10 0 1011001 1100010 111110 110 1100000 10100

Color Harmonies of #620B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B02

Black with #620B02

Text Example


Text Example

White with #620B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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