Html Css Color HEX #6C031C Burgundy

📋 copy color: '#6C031C'

red 108 ◦ green 3 ◦ blue 28

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

Shades of Burgundy #6C031C

Tints of Burgundy #6C031C

RGB

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

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

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

R = 77.7%
G = 2.16%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6C031C (or 0x6C031C) is known color: Burgundy. HEX triplet: 6C, 03 and 1C. RGB value is (108,3,28). Sum of RGB (Red+Green+Blue) = 108+3+28=139 (18% of max value = 765). Red value is 108 (42.58% from 255 or 77.70% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 108 - color contains mainly: red. Hex color #6C031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C031C is #93FCE3. Grayscale: #252525. Windows color (decimal): -9698532 or 1835884. OLE color: 1835884.

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

Color convert

RGB 108 3 28 -
CMYK 0 0.97 0.74 0.58
HSL 345.71º 0.95% 0.22% -
HSV(B) 345.71º 0.97% 0.42% -
XYZ 6.43 3.34 1.4 -
YUV 37.25 122.79 178.47 -
System Red Green Blue C M Y K H S L
Decimal 108 3 28 0 0.97 0.74 0.58 345.71 0.95 0.22
Hex 6C 3 1C 0 61 4A 3A 15A 5F 16
Octal 154 3 34 0 141 112 72 532 137 26
Binary 1101100 11 11100 0 1100001 1001010 111010 101011010 1011111 10110

Color Harmonies of #6C031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C031C

Black with #6C031C

Text Example


Text Example

White with #6C031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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