#650222

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

Shades of Burgundy #650222

Tints of Burgundy #650222

Color information

#650222 (or 0x650222) is unknown color: approx Burgundy. HEX triplet: 65, 02 and 22. RGB value is (101,2,34). Sum of RGB (Red+Green+Blue) = 101+2+34=137 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.72% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 101 - color contains mainly: red. Hex color #650222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650222 is #9AFDDD. Grayscale: #232323. Windows color (decimal): -10157534 or 2228837. OLE color: 2228837.

HSL color Cylindrical-coordinate representation of color #650222: hue angle of 340.61º 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 #650222 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB101234-
CMYK00.980.660.60
HSL340.61º96.12%20.2%-
HSV(B)340.61º98.02%39.61%-
XYZ5.682.931.78-
YUV35.25127.3174.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 73.72%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=73.72%
G=1.46%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10123400.980.660.60340.6196.1220.2
Hex65222062423C1556014
Octal14524201421027452514024
Binary110010110100010011000101000010111100101010101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650222; }

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

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

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

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

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

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

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

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