Html Css Color HEX #620602 Maroon

📋 copy color: '#620602'

red 98 ◦ green 6 ◦ blue 2

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

Shades of Maroon #620602

Tints of Maroon #620602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.66%

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

R = 92.45%
G = 5.66%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#620602 (or 0x620602) is known color: Maroon. HEX triplet: 62, 06 and 02. RGB value is (98,6,2). Sum of RGB (Red+Green+Blue) = 98+6+2=106 (14% of max value = 765). Red value is 98 (38.67% from 255 or 92.45% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 98 - color contains mainly: red. Hex color #620602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620602 is #9DF9FD. Grayscale: #212121. Windows color (decimal): -10353150 or 132706. OLE color: 132706.

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

Color convert

RGB 98 6 2 -
CMYK 0 0.94 0.98 0.62
HSL 2.5º 0.96% 0.2% -
HSV(B) 2.5º 0.98% 0.38% -
XYZ 5.11 2.73 0.32 -
YUV 33.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 98 6 2 0 0.94 0.98 0.62 2.5 0.96 0.2
Hex 62 6 2 0 5E 62 3E 2 60 14
Octal 142 6 2 0 136 142 76 2 140 24
Binary 1100010 110 10 0 1011110 1100010 111110 10 1100000 10100

Color Harmonies of #620602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620602

Black with #620602

Text Example


Text Example

White with #620602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620602; }

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

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

background-color css

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

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

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

border-color css

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

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

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