Html Css Color HEX #620B00 Maroon

📋 copy color: '#620B00'

red 98 ◦ green 11 ◦ blue 0

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

Shades of Maroon #620B00

Tints of Maroon #620B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.91%
G = 10.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#620B00 (or 0x620B00) is known color: Maroon. HEX triplet: 62, 0B and 00. RGB value is (98,11,0). Sum of RGB (Red+Green+Blue) = 98+11+0=109 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.91% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 98 - color contains mainly: red. Hex color #620B00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620B00 is #9DF4FF. Grayscale: #232323. Windows color (decimal): -10351872 or 2914. OLE color: 2914.

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

Color convert

RGB 98 11 0 -
CMYK 0 0.89 1 0.62
HSL 6.73º 1% 0.19% -
HSV(B) 6.73º 1% 0.38% -
XYZ 5.16 2.84 0.28 -
YUV 35.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 98 11 0 0 0.89 1 0.62 6.73 1 0.19
Hex 62 B 0 0 59 64 3E 7 64 13
Octal 142 13 0 0 131 144 76 7 144 23
Binary 1100010 1011 0 0 1011001 1100100 111110 111 1100100 10011

Color Harmonies of #620B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B00

Black with #620B00

Text Example


Text Example

White with #620B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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