Html Css Color HEX #6C0518 Burgundy

📋 copy color: '#6C0518'

red 108 ◦ green 5 ◦ blue 24

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

Shades of Burgundy #6C0518

Tints of Burgundy #6C0518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

 BLUE value IS 24 (9.77% from 255) = 17.52%

R = 78.83%
G = 3.65%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6C0518 (or 0x6C0518) is known color: Burgundy. HEX triplet: 6C, 05 and 18. RGB value is (108,5,24). Sum of RGB (Red+Green+Blue) = 108+5+24=137 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.83% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0518 is #93FAE7. Grayscale: #252525. Windows color (decimal): -9698024 or 1574252. OLE color: 1574252.

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

Color convert

RGB 108 5 24 -
CMYK 0 0.95 0.78 0.58
HSL 348.93º 0.91% 0.22% -
HSV(B) 348.93º 0.95% 0.42% -
XYZ 6.4 3.36 1.18 -
YUV 37.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 108 5 24 0 0.95 0.78 0.58 348.93 0.91 0.22
Hex 6C 5 18 0 5F 4E 3A 15D 5B 16
Octal 154 5 30 0 137 116 72 535 133 26
Binary 1101100 101 11000 0 1011111 1001110 111010 101011101 1011011 10110

Color Harmonies of #6C0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0518

Black with #6C0518

Text Example


Text Example

White with #6C0518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,5,24); }

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

background-color css

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

 a { background-color: rgb(108,5,24); }

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

border-color css

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

 span { border-color: rgb(108,5,24); }

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