Html Css Color HEX #640113 Burgundy

📋 copy color: '#640113'

red 100 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #640113

Tints of Burgundy #640113

RGB

 RED value IS 100 (39.45% from 255) = 83.33%

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

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

R = 83.33%
G = 0.83%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#640113 (or 0x640113) is known color: Burgundy. HEX triplet: 64, 01 and 13. RGB value is (100,1,19). Sum of RGB (Red+Green+Blue) = 100+1+19=120 (15% of max value = 765). Red value is 100 (39.45% from 255 or 83.33% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 100 - color contains mainly: red. Hex color #640113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640113 is #9BFEEC. Grayscale: #202020. Windows color (decimal): -10223341 or 1245540. OLE color: 1245540.

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

Color convert

RGB 100 1 19 -
CMYK 0 0.99 0.81 0.61
HSL 349.09º 0.98% 0.2% -
HSV(B) 349.09º 0.99% 0.39% -
XYZ 5.38 2.78 0.87 -
YUV 32.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 100 1 19 0 0.99 0.81 0.61 349.09 0.98 0.2
Hex 64 1 13 0 63 51 3D 15D 62 14
Octal 144 1 23 0 143 121 75 535 142 24
Binary 1100100 1 10011 0 1100011 1010001 111101 101011101 1100010 10100

Color Harmonies of #640113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640113

Black with #640113

Text Example


Text Example

White with #640113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640113; }

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

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

background-color css

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

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

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

border-color css

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

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

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