Html Css Color HEX #600201 Maroon

📋 copy color: '#600201'

red 96 ◦ green 2 ◦ blue 1

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

Shades of Maroon #600201

Tints of Maroon #600201

RGB

 RED value IS 96 (37.89% from 255) = 96.97%

 GREEN value IS 2 (1.17% from 255) = 2.02%

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

R = 96.97%
G = 2.02%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#600201 (or 0x600201) is known color: Maroon. HEX triplet: 60, 02 and 01. RGB value is (96,2,1). Sum of RGB (Red+Green+Blue) = 96+2+1=99 (13% of max value = 765). Red value is 96 (37.89% from 255 or 96.97% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 96 - color contains mainly: red. Hex color #600201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600201 is #9FFDFE. Grayscale: #1E1E1E. Windows color (decimal): -10485247 or 66144. OLE color: 66144.

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

Color convert

RGB 96 2 1 -
CMYK 0 0.98 0.99 0.62
HSL 0.63º 0.98% 0.19% -
HSV(B) 0.63º 0.99% 0.38% -
XYZ 4.85 2.53 0.26 -
YUV 29.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 96 2 1 0 0.98 0.99 0.62 0.63 0.98 0.19
Hex 60 2 1 0 62 63 3E 1 62 13
Octal 140 2 1 0 142 143 76 1 142 23
Binary 1100000 10 1 0 1100010 1100011 111110 1 1100010 10011

Color Harmonies of #600201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600201

Black with #600201

Text Example


Text Example

White with #600201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600201; }

 p { color: rgb(96,2,1); }

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

background-color css

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

 a { background-color: rgb(96,2,1); }

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

border-color css

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

 span { border-color: rgb(96,2,1); }

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