Html Css Color HEX #600401 Maroon

📋 copy color: '#600401'

red 96 ◦ green 4 ◦ blue 1

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

Shades of Maroon #600401

Tints of Maroon #600401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.96%

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

R = 95.05%
G = 3.96%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#600401 (or 0x600401) is known color: Maroon. HEX triplet: 60, 04 and 01. RGB value is (96,4,1). Sum of RGB (Red+Green+Blue) = 96+4+1=101 (13% of max value = 765). Red value is 96 (37.89% from 255 or 95.05% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 96 - color contains mainly: red. Hex color #600401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600401 is #9FFBFE. Grayscale: #1F1F1F. Windows color (decimal): -10484735 or 66656. OLE color: 66656.

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

Color convert

RGB 96 4 1 -
CMYK 0 0.96 0.99 0.62
HSL 1.89º 0.98% 0.19% -
HSV(B) 1.89º 0.99% 0.38% -
XYZ 4.87 2.58 0.27 -
YUV 31.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 96 4 1 0 0.96 0.99 0.62 1.89 0.98 0.19
Hex 60 4 1 0 60 63 3E 2 62 13
Octal 140 4 1 0 140 143 76 2 142 23
Binary 1100000 100 1 0 1100000 1100011 111110 10 1100010 10011

Color Harmonies of #600401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600401

Black with #600401

Text Example


Text Example

White with #600401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600401; }

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

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

background-color css

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

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

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

border-color css

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

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

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