Html Css Color HEX #6C031A Burgundy

📋 copy color: '#6C031A'

red 108 ◦ green 3 ◦ blue 26

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

Shades of Burgundy #6C031A

Tints of Burgundy #6C031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

 BLUE value IS 26 (10.55% from 255) = 18.98%

R = 78.83%
G = 2.19%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6C031A (or 0x6C031A) is known color: Burgundy. HEX triplet: 6C, 03 and 1A. RGB value is (108,3,26). Sum of RGB (Red+Green+Blue) = 108+3+26=137 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.83% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 108 - color contains mainly: red. Hex color #6C031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C031A is #93FCE5. Grayscale: #252525. Windows color (decimal): -9698534 or 1704812. OLE color: 1704812.

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

Color convert

RGB 108 3 26 -
CMYK 0 0.97 0.76 0.58
HSL 346.86º 0.95% 0.22% -
HSV(B) 346.86º 0.97% 0.42% -
XYZ 6.4 3.33 1.28 -
YUV 37.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 108 3 26 0 0.97 0.76 0.58 346.86 0.95 0.22
Hex 6C 3 1A 0 61 4C 3A 15B 5F 16
Octal 154 3 32 0 141 114 72 533 137 26
Binary 1101100 11 11010 0 1100001 1001100 111010 101011011 1011111 10110

Color Harmonies of #6C031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C031A

Black with #6C031A

Text Example


Text Example

White with #6C031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,26); }

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

background-color css

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

 a { background-color: rgb(108,3,26); }

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

border-color css

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

 span { border-color: rgb(108,3,26); }

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