#650D05

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

Shades of Maroon #650D05

Tints of Maroon #650D05

Color information

#650D05 (or 0x650D05) is unknown color: approx Maroon. HEX triplet: 65, 0D and 05. RGB value is (101,13,5). Sum of RGB (Red+Green+Blue) = 101+13+5=119 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.87% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 101 - color contains mainly: red. Hex color #650D05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650D05 is #9AF2FA. Grayscale: #262626. Windows color (decimal): -10154747 or 331109. OLE color: 331109.

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

Color convert

RGB101135-
CMYK00.870.950.60
HSL90.57%20.78%-
HSV(B)95.05%39.61%-
XYZ5.543.070.44-
YUV38.4109.15172.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 84.87%
GREEN value IS 13 (5.47% from 255) = 10.92%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=84.87%
G=10.92%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10113500.870.950.60590.5720.78
Hex65D50575F3C55b15
Octal145155012713774513325
Binary11001011101101010101111011111111100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,13,5); }

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

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

 a { background-color: rgb(101,13,5); }

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

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

 span { border-color: rgb(101,13,5); }

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