#650205

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

Shades of Burgundy #650205

Tints of Burgundy #650205

Color information

#650205 (or 0x650205) is unknown color: approx Burgundy. HEX triplet: 65, 02 and 05. RGB value is (101,2,5). Sum of RGB (Red+Green+Blue) = 101+2+5=108 (14% of max value = 765). Red value is 101 (39.84% from 255 or 93.52% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 101 - color contains mainly: red. Hex color #650205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650205 is #9AFDFA. Grayscale: #202020. Windows color (decimal): -10157563 or 328293. OLE color: 328293.

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

Color convert

RGB10125-
CMYK00.980.950.60
HSL358.18º96.12%20.2%-
HSV(B)358.18º98.02%39.61%-
XYZ5.422.820.4-
YUV31.94112.8177.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 93.52%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=93.52%
G=1.85%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1012500.980.950.60358.1896.1220.2
Hex65250625F3C1666014
Octal1452501421377454614024
Binary110010110101011000101011111111100101100110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650205; }

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

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

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

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

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

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

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

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