Html Css Color HEX #650219 Burgundy

📋 copy color: '#650219'

red 101 ◦ green 2 ◦ blue 25

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

Shades of Burgundy #650219

Tints of Burgundy #650219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.53%

R = 78.91%
G = 1.56%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#650219 (or 0x650219) is known color: Burgundy. HEX triplet: 65, 02 and 19. RGB value is (101,2,25). Sum of RGB (Red+Green+Blue) = 101+2+25=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #650219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650219 is #9AFDE6. Grayscale: #222222. Windows color (decimal): -10157543 or 1639013. OLE color: 1639013.

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

Color convert

RGB 101 2 25 -
CMYK 0 0.98 0.75 0.60
HSL 346.06º 0.96% 0.2% -
HSV(B) 346.06º 0.98% 0.4% -
XYZ 5.56 2.88 1.18 -
YUV 34.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 101 2 25 0 0.98 0.75 0.60 346.06 0.96 0.2
Hex 65 2 19 0 62 4B 3C 15A 60 14
Octal 145 2 31 0 142 113 74 532 140 24
Binary 1100101 10 11001 0 1100010 1001011 111100 101011010 1100000 10100

Color Harmonies of #650219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650219

Black with #650219

Text Example


Text Example

White with #650219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650219; }

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

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

background-color css

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

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

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

border-color css

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

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

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