Html Css Color HEX #650221 Burgundy

📋 copy color: '#650221'

red 101 ◦ green 2 ◦ blue 33

#650221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #650221

Tints of Burgundy #650221

RGB

 RED value IS 101 (39.84% from 255) = 74.26%

 GREEN value IS 2 (1.17% from 255) = 1.47%

 BLUE value IS 33 (13.28% from 255) = 24.26%

R = 74.26%
G = 1.47%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#650221 (or 0x650221) is known color: Burgundy. HEX triplet: 65, 02 and 21. RGB value is (101,2,33). Sum of RGB (Red+Green+Blue) = 101+2+33=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #650221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650221 is #9AFDDE. Grayscale: #232323. Windows color (decimal): -10157535 or 2163301. OLE color: 2163301.

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

Color convert

RGB 101 2 33 -
CMYK 0 0.98 0.67 0.60
HSL 341.21º 0.96% 0.2% -
HSV(B) 341.21º 0.98% 0.4% -
XYZ 5.66 2.92 1.7 -
YUV 35.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 101 2 33 0 0.98 0.67 0.60 341.21 0.96 0.2
Hex 65 2 21 0 62 43 3C 155 60 14
Octal 145 2 41 0 142 103 74 525 140 24
Binary 1100101 10 100001 0 1100010 1000011 111100 101010101 1100000 10100

Color Harmonies of #650221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650221

Black with #650221

Text Example


Text Example

White with #650221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650221; }

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

 H1.HeaderClassName
 {
   color: #650221;
 }
 .AnyTagClassName
 {
   color: #650221;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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