Html Css Color HEX #620302 Maroon

📋 copy color: '#620302'

red 98 ◦ green 3 ◦ blue 2

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

Shades of Maroon #620302

Tints of Maroon #620302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.91%

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

R = 95.15%
G = 2.91%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#620302 (or 0x620302) is known color: Maroon. HEX triplet: 62, 03 and 02. RGB value is (98,3,2). Sum of RGB (Red+Green+Blue) = 98+3+2=103 (13% of max value = 765). Red value is 98 (38.67% from 255 or 95.15% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 98 - color contains mainly: red. Hex color #620302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620302 is #9DFCFD. Grayscale: #1F1F1F. Windows color (decimal): -10353918 or 131938. OLE color: 131938.

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

Color convert

RGB 98 3 2 -
CMYK 0 0.97 0.98 0.62
HSL 0.63º 0.96% 0.2% -
HSV(B) 0.63º 0.98% 0.38% -
XYZ 5.08 2.67 0.3 -
YUV 31.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 98 3 2 0 0.97 0.98 0.62 0.63 0.96 0.2
Hex 62 3 2 0 61 62 3E 1 60 14
Octal 142 3 2 0 141 142 76 1 140 24
Binary 1100010 11 10 0 1100001 1100010 111110 1 1100000 10100

Color Harmonies of #620302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620302

Black with #620302

Text Example


Text Example

White with #620302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620302; }

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

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

background-color css

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

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

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

border-color css

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

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

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