Html Css Color HEX #650013 Burgundy

📋 copy color: '#650013'

red 101 ◦ green 0 ◦ blue 19

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

Shades of Burgundy #650013

Tints of Burgundy #650013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.17%
G = 0%
B = 15.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#650013 (or 0x650013) is known color: Burgundy. HEX triplet: 65, 00 and 13. RGB value is (101,0,19). Sum of RGB (Red+Green+Blue) = 101+0+19=120 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.17% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 101 - color contains mainly: red. Hex color #650013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650013 is #9AFFEC. Grayscale: #202020. Windows color (decimal): -10158061 or 1245285. OLE color: 1245285.

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

Color convert

RGB 101 0 19 -
CMYK 0 1 0.81 0.60
HSL 348.71º 1% 0.2% -
HSV(B) 348.71º 1% 0.4% -
XYZ 5.48 2.81 0.87 -
YUV 32.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 101 0 19 0 1 0.81 0.60 348.71 1 0.2
Hex 65 0 13 0 64 51 3C 15D 64 14
Octal 145 0 23 0 144 121 74 535 144 24
Binary 1100101 0 10011 0 1100100 1010001 111100 101011101 1100100 10100

Color Harmonies of #650013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650013

Black with #650013

Text Example


Text Example

White with #650013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650013; }

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

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

background-color css

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

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

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

border-color css

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

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

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