#600504

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

Shades of Maroon #600504

Tints of Maroon #600504

Color information

#600504 (or 0x600504) is unknown color: approx Maroon. HEX triplet: 60, 05 and 04. RGB value is (96,5,4). Sum of RGB (Red+Green+Blue) = 96+5+4=105 (13% of max value = 765). Red value is 96 (37.89% from 255 or 91.43% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 96 - color contains mainly: red. Hex color #600504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600504 is #9FFAFB. Grayscale: #202020. Windows color (decimal): -10484476 or 263520. OLE color: 263520.

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

Color convert

RGB9654-
CMYK00.950.960.62
HSL0.65º92%19.61%-
HSV(B)0.65º95.83%37.65%-
XYZ4.92.60.36-
YUV32.1112.15173.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 91.43%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 4 (1.95% from 255) = 3.81%
R=91.43%
G=4.76%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal965400.950.960.620.659219.61
Hex605405F603E15c14
Octal14054013714076113424
Binary11000001011000101111111000001111101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600504; }

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

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

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

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

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

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

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

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