Html Css Color HEX #650113 Burgundy

📋 copy color: '#650113'

red 101 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #650113

Tints of Burgundy #650113

RGB

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

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

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

R = 83.47%
G = 0.83%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#650113 (or 0x650113) is known color: Burgundy. HEX triplet: 65, 01 and 13. RGB value is (101,1,19). Sum of RGB (Red+Green+Blue) = 101+1+19=121 (16% of max value = 765). Red value is 101 (39.84% from 255 or 83.47% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 101 - color contains mainly: red. Hex color #650113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650113 is #9AFEEC. Grayscale: #202020. Windows color (decimal): -10157805 or 1245541. OLE color: 1245541.

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

Color convert

RGB 101 1 19 -
CMYK 0 0.99 0.81 0.60
HSL 349.2º 0.98% 0.2% -
HSV(B) 349.2º 0.99% 0.4% -
XYZ 5.5 2.84 0.87 -
YUV 32.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 101 1 19 0 0.99 0.81 0.60 349.2 0.98 0.2
Hex 65 1 13 0 63 51 3C 15D 62 14
Octal 145 1 23 0 143 121 74 535 142 24
Binary 1100101 1 10011 0 1100011 1010001 111100 101011101 1100010 10100

Color Harmonies of #650113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650113

Black with #650113

Text Example


Text Example

White with #650113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650113; }

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

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

background-color css

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

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

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

border-color css

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

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

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