Html Css Color HEX #650120 Burgundy

📋 copy color: '#650120'

red 101 ◦ green 1 ◦ blue 32

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

Shades of Burgundy #650120

Tints of Burgundy #650120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 75.37%
G = 0.75%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#650120 (or 0x650120) is known color: Burgundy. HEX triplet: 65, 01 and 20. RGB value is (101,1,32). Sum of RGB (Red+Green+Blue) = 101+1+32=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #650120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650120 is #9AFEDF. Grayscale: #222222. Windows color (decimal): -10157792 or 2097509. OLE color: 2097509.

HSL color Cylindrical-coordinate representation of color #650120: hue angle of 341.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650120 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 1 32 -
CMYK 0 0.99 0.68 0.60
HSL 341.4º 0.98% 0.2% -
HSV(B) 341.4º 0.99% 0.4% -
XYZ 5.64 2.89 1.63 -
YUV 34.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 101 1 32 0 0.99 0.68 0.60 341.4 0.98 0.2
Hex 65 1 20 0 63 44 3C 155 62 14
Octal 145 1 40 0 143 104 74 525 142 24
Binary 1100101 1 100000 0 1100011 1000100 111100 101010101 1100010 10100

Color Harmonies of #650120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650120

Black with #650120

Text Example


Text Example

White with #650120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650120; }

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

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

background-color css

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

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

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

border-color css

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

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

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