#650C04

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

Shades of Maroon #650C04

Tints of Maroon #650C04

Color information

#650C04 (or 0x650C04) is unknown color: approx Maroon. HEX triplet: 65, 0C and 04. RGB value is (101,12,4). Sum of RGB (Red+Green+Blue) = 101+12+4=117 (15% of max value = 765). Red value is 101 (39.84% from 255 or 86.32% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 101 - color contains mainly: red. Hex color #650C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650C04 is #9AF3FB. Grayscale: #252525. Windows color (decimal): -10155004 or 265317. OLE color: 265317.

HSL color Cylindrical-coordinate representation of color #650C04: hue angle of 4.95º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650C04 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB101124-
CMYK00.880.960.60
HSL4.95º92.38%20.59%-
HSV(B)4.95º96.04%39.61%-
XYZ5.523.040.41-
YUV37.7108.99173.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 86.32%
GREEN value IS 12 (5.08% from 255) = 10.26%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=86.32%
G=10.26%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10112400.880.960.604.9592.3820.59
Hex65C4058603C55c15
Octal145144013014074513425
Binary11001011100100010110001100000111100101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650C04; }

 p { color: rgb(101,12,4); }

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

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

 a { background-color: rgb(101,12,4); }

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

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

 span { border-color: rgb(101,12,4); }

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