Html Css Color HEX #600B01 Maroon

📋 copy color: '#600B01'

red 96 ◦ green 11 ◦ blue 1

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

Shades of Maroon #600B01

Tints of Maroon #600B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.19%

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

R = 88.89%
G = 10.19%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#600B01 (or 0x600B01) is known color: Maroon. HEX triplet: 60, 0B and 01. RGB value is (96,11,1). Sum of RGB (Red+Green+Blue) = 96+11+1=108 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.89% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 96 - color contains mainly: red. Hex color #600B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600B01 is #9FF4FE. Grayscale: #232323. Windows color (decimal): -10482943 or 68448. OLE color: 68448.

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

Color convert

RGB 96 11 1 -
CMYK 0 0.89 0.99 0.62
HSL 6.32º 0.98% 0.19% -
HSV(B) 6.32º 0.99% 0.38% -
XYZ 4.95 2.73 0.29 -
YUV 35.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 96 11 1 0 0.89 0.99 0.62 6.32 0.98 0.19
Hex 60 B 1 0 59 63 3E 6 62 13
Octal 140 13 1 0 131 143 76 6 142 23
Binary 1100000 1011 1 0 1011001 1100011 111110 110 1100010 10011

Color Harmonies of #600B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B01

Black with #600B01

Text Example


Text Example

White with #600B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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