Html Css Color HEX #620A02 Maroon

📋 copy color: '#620A02'

red 98 ◦ green 10 ◦ blue 2

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

Shades of Maroon #620A02

Tints of Maroon #620A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.09%

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

R = 89.09%
G = 9.09%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#620A02 (or 0x620A02) is known color: Maroon. HEX triplet: 62, 0A and 02. RGB value is (98,10,2). Sum of RGB (Red+Green+Blue) = 98+10+2=110 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.09% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 98 - color contains mainly: red. Hex color #620A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620A02 is #9DF5FD. Grayscale: #232323. Windows color (decimal): -10352126 or 133730. OLE color: 133730.

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

Color convert

RGB 98 10 2 -
CMYK 0 0.90 0.98 0.62
HSL 0.96% 0.2% -
HSV(B) 0.98% 0.38% -
XYZ 5.16 2.82 0.33 -
YUV 35.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 98 10 2 0 0.90 0.98 0.62 5 0.96 0.2
Hex 62 A 2 0 5A 62 3E 5 60 14
Octal 142 12 2 0 132 142 76 5 140 24
Binary 1100010 1010 10 0 1011010 1100010 111110 101 1100000 10100

Color Harmonies of #620A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A02

Black with #620A02

Text Example


Text Example

White with #620A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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