Html Css Color HEX #6C001C Burgundy

📋 copy color: '#6C001C'

red 108 ◦ green 0 ◦ blue 28

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

Shades of Burgundy #6C001C

Tints of Burgundy #6C001C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 28 (11.33% from 255) = 20.59%

R = 79.41%
G = 0%
B = 20.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6C001C (or 0x6C001C) is known color: Burgundy. HEX triplet: 6C, 00 and 1C. RGB value is (108,0,28). Sum of RGB (Red+Green+Blue) = 108+0+28=136 (18% of max value = 765). Red value is 108 (42.58% from 255 or 79.41% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 108 - color contains mainly: red. Hex color #6C001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C001C is #93FFE3. Grayscale: #232323. Windows color (decimal): -9699300 or 1835116. OLE color: 1835116.

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

Color convert

RGB 108 0 28 -
CMYK 0 1 0.74 0.58
HSL 344.44º 1% 0.21% -
HSV(B) 344.44º 1% 0.42% -
XYZ 6.39 3.27 1.39 -
YUV 35.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 108 0 28 0 1 0.74 0.58 344.44 1 0.21
Hex 6C 0 1C 0 64 4A 3A 158 64 15
Octal 154 0 34 0 144 112 72 530 144 25
Binary 1101100 0 11100 0 1100100 1001010 111010 101011000 1100100 10101

Color Harmonies of #6C001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C001C

Black with #6C001C

Text Example


Text Example

White with #6C001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,0,28); }

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

background-color css

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

 a { background-color: rgb(108,0,28); }

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

border-color css

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

 span { border-color: rgb(108,0,28); }

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