#600500

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

Shades of Maroon #600500

Tints of Maroon #600500

Color information

#600500 (or 0x600500) is unknown color: approx Maroon. HEX triplet: 60, 05 and 00. RGB value is (96,5,0). Sum of RGB (Red+Green+Blue) = 96+5+0=101 (13% of max value = 765). Red value is 96 (37.89% from 255 or 95.05% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 96 - color contains mainly: red. Hex color #600500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600500 is #9FFAFF. Grayscale: #1F1F1F. Windows color (decimal): -10484480 or 1376. OLE color: 1376.

HSL color Cylindrical-coordinate representation of color #600500: hue angle of 3.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600500 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB9650-
CMYK00.9510.62
HSL3.12º100%18.82%-
HSV(B)3.12º100%37.65%-
XYZ4.882.60.24-
YUV31.64110.15173.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 95.05%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.05%
G=4.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal965000.9510.623.1210018.82
Hex605005F643E36413
Octal14050013714476314423
Binary1100000101001011111110010011111011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600500; }

 p { color: rgb(96,5,0); }

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

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

 a { background-color: rgb(96,5,0); }

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

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

 span { border-color: rgb(96,5,0); }

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