Html Css Color HEX #6C0416 Burgundy

📋 copy color: '#6C0416'

red 108 ◦ green 4 ◦ blue 22

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

Shades of Burgundy #6C0416

Tints of Burgundy #6C0416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.99%

 BLUE value IS 22 (8.98% from 255) = 16.42%

R = 80.6%
G = 2.99%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6C0416 (or 0x6C0416) is known color: Burgundy. HEX triplet: 6C, 04 and 16. RGB value is (108,4,22). Sum of RGB (Red+Green+Blue) = 108+4+22=134 (17% of max value = 765). Red value is 108 (42.58% from 255 or 80.60% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0416 is #93FBE9. Grayscale: #252525. Windows color (decimal): -9698282 or 1442924. OLE color: 1442924.

HSL color Cylindrical-coordinate representation of color #6C0416: hue angle of 349.62º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0416 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 4 22 -
CMYK 0 0.96 0.80 0.58
HSL 349.62º 0.93% 0.22% -
HSV(B) 349.62º 0.96% 0.42% -
XYZ 6.37 3.33 1.07 -
YUV 37.15 119.46 178.54 -
System Red Green Blue C M Y K H S L
Decimal 108 4 22 0 0.96 0.80 0.58 349.62 0.93 0.22
Hex 6C 4 16 0 60 50 3A 15E 5D 16
Octal 154 4 26 0 140 120 72 536 135 26
Binary 1101100 100 10110 0 1100000 1010000 111010 101011110 1011101 10110

Color Harmonies of #6C0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0416

Black with #6C0416

Text Example


Text Example

White with #6C0416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,4,22); }

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

background-color css

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

 a { background-color: rgb(108,4,22); }

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

border-color css

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

 span { border-color: rgb(108,4,22); }

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