Html Css Color HEX #6C051F Burgundy

📋 copy color: '#6C051F'

red 108 ◦ green 5 ◦ blue 31

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

Shades of Burgundy #6C051F

Tints of Burgundy #6C051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.53%

R = 75%
G = 3.47%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6C051F (or 0x6C051F) is known color: Burgundy. HEX triplet: 6C, 05 and 1F. RGB value is (108,5,31). Sum of RGB (Red+Green+Blue) = 108+5+31=144 (19% of max value = 765). Red value is 108 (42.58% from 255 or 75% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 108 - color contains mainly: red. Hex color #6C051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C051F is #93FAE0. Grayscale: #262626. Windows color (decimal): -9698017 or 2033004. OLE color: 2033004.

HSL color Cylindrical-coordinate representation of color #6C051F: hue angle of 344.85º 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 #6C051F is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 5 31 -
CMYK 0 0.95 0.71 0.58
HSL 344.85º 0.91% 0.22% -
HSV(B) 344.85º 0.95% 0.42% -
XYZ 6.49 3.4 1.61 -
YUV 38.76 123.62 177.39 -
System Red Green Blue C M Y K H S L
Decimal 108 5 31 0 0.95 0.71 0.58 344.85 0.91 0.22
Hex 6C 5 1F 0 5F 47 3A 159 5B 16
Octal 154 5 37 0 137 107 72 531 133 26
Binary 1101100 101 11111 0 1011111 1000111 111010 101011001 1011011 10110

Color Harmonies of #6C051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C051F

Black with #6C051F

Text Example


Text Example

White with #6C051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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