Html Css Color HEX #6C0113 Burgundy

📋 copy color: '#6C0113'

red 108 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #6C0113

Tints of Burgundy #6C0113

RGB

 RED value IS 108 (42.58% from 255) = 84.38%

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

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

R = 84.38%
G = 0.78%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6C0113 (or 0x6C0113) is known color: Burgundy. HEX triplet: 6C, 01 and 13. RGB value is (108,1,19). Sum of RGB (Red+Green+Blue) = 108+1+19=128 (16% of max value = 765). Red value is 108 (42.58% from 255 or 84.38% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0113 is #93FEEC. Grayscale: #232323. Windows color (decimal): -9699053 or 1245548. OLE color: 1245548.

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

Color convert

RGB 108 1 19 -
CMYK 0 0.99 0.82 0.58
HSL 349.91º 0.98% 0.21% -
HSV(B) 349.91º 0.99% 0.42% -
XYZ 6.31 3.26 0.91 -
YUV 35.05 118.95 180.04 -
System Red Green Blue C M Y K H S L
Decimal 108 1 19 0 0.99 0.82 0.58 349.91 0.98 0.21
Hex 6C 1 13 0 63 52 3A 15E 62 15
Octal 154 1 23 0 143 122 72 536 142 25
Binary 1101100 1 10011 0 1100011 1010010 111010 101011110 1100010 10101

Color Harmonies of #6C0113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0113

Black with #6C0113

Text Example


Text Example

White with #6C0113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C0113; }

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

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

background-color css

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

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

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

border-color css

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

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

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