Html Css Color HEX #620D01 Maroon

📋 copy color: '#620D01'

red 98 ◦ green 13 ◦ blue 1

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

Shades of Maroon #620D01

Tints of Maroon #620D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.61%

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 87.5%
G = 11.61%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#620D01 (or 0x620D01) is known color: Maroon. HEX triplet: 62, 0D and 01. RGB value is (98,13,1). Sum of RGB (Red+Green+Blue) = 98+13+1=112 (14% of max value = 765). Red value is 98 (38.67% from 255 or 87.5% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 98 - color contains mainly: red. Hex color #620D01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620D01 is #9DF2FE. Grayscale: #252525. Windows color (decimal): -10351359 or 68962. OLE color: 68962.

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

Color convert

RGB 98 13 1 -
CMYK 0 0.87 0.99 0.62
HSL 7.42º 0.98% 0.19% -
HSV(B) 7.42º 0.99% 0.38% -
XYZ 5.19 2.89 0.31 -
YUV 37.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 98 13 1 0 0.87 0.99 0.62 7.42 0.98 0.19
Hex 62 D 1 0 57 63 3E 7 62 13
Octal 142 15 1 0 127 143 76 7 142 23
Binary 1100010 1101 1 0 1010111 1100011 111110 111 1100010 10011

Color Harmonies of #620D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620D01

Black with #620D01

Text Example


Text Example

White with #620D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,13,1); }

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

background-color css

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

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

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

border-color css

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

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

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