Html Css Color HEX #620C02 Maroon

📋 copy color: '#620C02'

red 98 ◦ green 12 ◦ blue 2

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

Shades of Maroon #620C02

Tints of Maroon #620C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.71%

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

R = 87.5%
G = 10.71%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#620C02 (or 0x620C02) is known color: Maroon. HEX triplet: 62, 0C and 02. RGB value is (98,12,2). Sum of RGB (Red+Green+Blue) = 98+12+2=112 (14% of max value = 765). Red value is 98 (38.67% from 255 or 87.5% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 98 - color contains mainly: red. Hex color #620C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620C02 is #9DF3FD. Grayscale: #242424. Windows color (decimal): -10351614 or 134242. OLE color: 134242.

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

Color convert

RGB 98 12 2 -
CMYK 0 0.88 0.98 0.62
HSL 6.25º 0.96% 0.2% -
HSV(B) 6.25º 0.98% 0.38% -
XYZ 5.18 2.86 0.34 -
YUV 36.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 98 12 2 0 0.88 0.98 0.62 6.25 0.96 0.2
Hex 62 C 2 0 58 62 3E 6 60 14
Octal 142 14 2 0 130 142 76 6 140 24
Binary 1100010 1100 10 0 1011000 1100010 111110 110 1100000 10100

Color Harmonies of #620C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C02

Black with #620C02

Text Example


Text Example

White with #620C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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