Html Css Color HEX #650220 Burgundy

📋 copy color: '#650220'

red 101 ◦ green 2 ◦ blue 32

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

Shades of Burgundy #650220

Tints of Burgundy #650220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.7%

R = 74.81%
G = 1.48%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#650220 (or 0x650220) is known color: Burgundy. HEX triplet: 65, 02 and 20. RGB value is (101,2,32). Sum of RGB (Red+Green+Blue) = 101+2+32=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #650220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650220 is #9AFDDF. Grayscale: #232323. Windows color (decimal): -10157536 or 2097765. OLE color: 2097765.

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

Color convert

RGB 101 2 32 -
CMYK 0 0.98 0.68 0.60
HSL 341.82º 0.96% 0.2% -
HSV(B) 341.82º 0.98% 0.4% -
XYZ 5.65 2.91 1.63 -
YUV 35.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 101 2 32 0 0.98 0.68 0.60 341.82 0.96 0.2
Hex 65 2 20 0 62 44 3C 156 60 14
Octal 145 2 40 0 142 104 74 526 140 24
Binary 1100101 10 100000 0 1100010 1000100 111100 101010110 1100000 10100

Color Harmonies of #650220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650220

Black with #650220

Text Example


Text Example

White with #650220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650220; }

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

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

background-color css

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

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

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

border-color css

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

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

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