#650223

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

Shades of Burgundy #650223

Tints of Burgundy #650223

Color information

#650223 (or 0x650223) is unknown color: approx Burgundy. HEX triplet: 65, 02 and 23. RGB value is (101,2,35). Sum of RGB (Red+Green+Blue) = 101+2+35=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #650223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650223 is #9AFDDC. Grayscale: #232323. Windows color (decimal): -10157533 or 2294373. OLE color: 2294373.

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

Color convert

RGB101235-
CMYK00.980.650.60
HSL340º96.12%20.2%-
HSV(B)340º98.02%39.61%-
XYZ5.692.931.86-
YUV35.36127.8174.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 73.19%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=73.19%
G=1.45%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10123500.980.650.6034096.1220.2
Hex65223062413C1546014
Octal14524301421017452414024
Binary110010110100011011000101000001111100101010100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650223; }

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

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

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

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

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

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

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

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