#600801

Color #600801 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #600801

Tints of Maroon #600801

Color information

#600801 (or 0x600801) is unknown color: approx Maroon. HEX triplet: 60, 08 and 01. RGB value is (96,8,1). Sum of RGB (Red+Green+Blue) = 96+8+1=105 (13% of max value = 765). Red value is 96 (37.89% from 255 or 91.43% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 96 - color contains mainly: red. Hex color #600801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600801 is #9FF7FE. Grayscale: #212121. Windows color (decimal): -10483711 or 67680. OLE color: 67680.

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

Color convert

RGB9681-
CMYK00.920.990.62
HSL4.42º97.94%19.02%-
HSV(B)4.42º98.96%37.65%-
XYZ4.922.660.28-
YUV33.51109.65172.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 91.43%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=91.43%
G=7.62%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal968100.920.990.624.4297.9419.02
Hex608105C633E46213
Octal140101013414376414223
Binary110000010001010111001100011111110100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600801; }

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

 H1.HeaderClassName
 {
   color: #600801;
 }
 .AnyTagClassName
 {
   color: #600801;
 }
</style>
background-color css

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

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

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

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

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

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