Html Css Color HEX #6C071D Burgundy

📋 copy color: '#6C071D'

red 108 ◦ green 7 ◦ blue 29

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

Shades of Burgundy #6C071D

Tints of Burgundy #6C071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.86%

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 75%
G = 4.86%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6C071D (or 0x6C071D) is known color: Burgundy. HEX triplet: 6C, 07 and 1D. RGB value is (108,7,29). Sum of RGB (Red+Green+Blue) = 108+7+29=144 (19% of max value = 765). Red value is 108 (42.58% from 255 or 75% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 108 - color contains mainly: red. Hex color #6C071D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C071D is #93F8E2. Grayscale: #272727. Windows color (decimal): -9697507 or 1902444. OLE color: 1902444.

HSL color Cylindrical-coordinate representation of color #6C071D: hue angle of 346.93º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C071D is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 7 29 -
CMYK 0 0.94 0.73 0.58
HSL 346.93º 0.88% 0.23% -
HSV(B) 346.93º 0.94% 0.42% -
XYZ 6.48 3.43 1.48 -
YUV 39.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 108 7 29 0 0.94 0.73 0.58 346.93 0.88 0.23
Hex 6C 7 1D 0 5E 49 3A 15B 58 17
Octal 154 7 35 0 136 111 72 533 130 27
Binary 1101100 111 11101 0 1011110 1001001 111010 101011011 1011000 10111

Color Harmonies of #6C071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C071D

Black with #6C071D

Text Example


Text Example

White with #6C071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,7,29); }

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

background-color css

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

 a { background-color: rgb(108,7,29); }

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

border-color css

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

 span { border-color: rgb(108,7,29); }

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