Html Css Color HEX #680113 Burgundy

📋 copy color: '#680113'

red 104 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #680113

Tints of Burgundy #680113

RGB

 RED value IS 104 (41.02% from 255) = 83.87%

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

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

R = 83.87%
G = 0.81%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#680113 (or 0x680113) is known color: Burgundy. HEX triplet: 68, 01 and 13. RGB value is (104,1,19). Sum of RGB (Red+Green+Blue) = 104+1+19=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #680113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680113 is #97FEEC. Grayscale: #212121. Windows color (decimal): -9961197 or 1245544. OLE color: 1245544.

HSL color Cylindrical-coordinate representation of color #680113: hue angle of 349.51º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680113 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 1 19 -
CMYK 0 0.99 0.82 0.59
HSL 349.51º 0.98% 0.21% -
HSV(B) 349.51º 0.99% 0.41% -
XYZ 5.84 3.01 0.89 -
YUV 33.85 119.62 178.04 -
System Red Green Blue C M Y K H S L
Decimal 104 1 19 0 0.99 0.82 0.59 349.51 0.98 0.21
Hex 68 1 13 0 63 52 3B 15E 62 15
Octal 150 1 23 0 143 122 73 536 142 25
Binary 1101000 1 10011 0 1100011 1010010 111011 101011110 1100010 10101

Color Harmonies of #680113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680113

Black with #680113

Text Example


Text Example

White with #680113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680113; }

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

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

background-color css

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

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

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

border-color css

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

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

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