#650421

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

Shades of Burgundy #650421

Tints of Burgundy #650421

Color information

#650421 (or 0x650421) is unknown color: approx Burgundy. HEX triplet: 65, 04 and 21. RGB value is (101,4,33). Sum of RGB (Red+Green+Blue) = 101+4+33=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #650421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650421 is #9AFBDE. Grayscale: #242424. Windows color (decimal): -10157023 or 2163813. OLE color: 2163813.

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

Color convert

RGB101433-
CMYK00.960.670.60
HSL342.06º92.38%20.59%-
HSV(B)342.06º96.04%39.61%-
XYZ5.682.961.71-
YUV36.31126.14174.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 73.19%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=73.19%
G=2.90%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10143300.960.670.60342.0692.3820.59
Hex65421060433C1565c15
Octal14544101401037452613425
Binary1100101100100001011000001000011111100101010110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650421; }

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

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

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

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

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

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

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

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