Html Css Color HEX #600A01 Maroon

📋 copy color: '#600A01'

red 96 ◦ green 10 ◦ blue 1

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

Shades of Maroon #600A01

Tints of Maroon #600A01

RGB

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

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

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

R = 89.72%
G = 9.35%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#600A01 (or 0x600A01) is known color: Maroon. HEX triplet: 60, 0A and 01. RGB value is (96,10,1). Sum of RGB (Red+Green+Blue) = 96+10+1=107 (14% of max value = 765). Red value is 96 (37.89% from 255 or 89.72% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 96 - color contains mainly: red. Hex color #600A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600A01 is #9FF5FE. Grayscale: #222222. Windows color (decimal): -10483199 or 68192. OLE color: 68192.

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

Color convert

RGB 96 10 1 -
CMYK 0 0.90 0.99 0.62
HSL 5.68º 0.98% 0.19% -
HSV(B) 5.68º 0.99% 0.38% -
XYZ 4.94 2.71 0.29 -
YUV 34.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 96 10 1 0 0.90 0.99 0.62 5.68 0.98 0.19
Hex 60 A 1 0 5A 63 3E 6 62 13
Octal 140 12 1 0 132 143 76 6 142 23
Binary 1100000 1010 1 0 1011010 1100011 111110 110 1100010 10011

Color Harmonies of #600A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A01

Black with #600A01

Text Example


Text Example

White with #600A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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