Html Css Color HEX #650213 Burgundy

📋 copy color: '#650213'

red 101 ◦ green 2 ◦ blue 19

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

Shades of Burgundy #650213

Tints of Burgundy #650213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 82.79%
G = 1.64%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#650213 (or 0x650213) is known color: Burgundy. HEX triplet: 65, 02 and 13. RGB value is (101,2,19). Sum of RGB (Red+Green+Blue) = 101+2+19=122 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.79% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 101 - color contains mainly: red. Hex color #650213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650213 is #9AFDEC. Grayscale: #212121. Windows color (decimal): -10157549 or 1245797. OLE color: 1245797.

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

Color convert

RGB 101 2 19 -
CMYK 0 0.98 0.81 0.60
HSL 349.7º 0.96% 0.2% -
HSV(B) 349.7º 0.98% 0.4% -
XYZ 5.51 2.86 0.88 -
YUV 33.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 101 2 19 0 0.98 0.81 0.60 349.7 0.96 0.2
Hex 65 2 13 0 62 51 3C 15E 60 14
Octal 145 2 23 0 142 121 74 536 140 24
Binary 1100101 10 10011 0 1100010 1010001 111100 101011110 1100000 10100

Color Harmonies of #650213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650213

Black with #650213

Text Example


Text Example

White with #650213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650213; }

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

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

background-color css

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

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

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

border-color css

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

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

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