Html Css Color HEX #6C041E Burgundy

📋 copy color: '#6C041E'

red 108 ◦ green 4 ◦ blue 30

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

Shades of Burgundy #6C041E

Tints of Burgundy #6C041E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 30 (12.11% from 255) = 21.13%

R = 76.06%
G = 2.82%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6C041E (or 0x6C041E) is known color: Burgundy. HEX triplet: 6C, 04 and 1E. RGB value is (108,4,30). Sum of RGB (Red+Green+Blue) = 108+4+30=142 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.06% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 108 - color contains mainly: red. Hex color #6C041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C041E is #93FBE1. Grayscale: #262626. Windows color (decimal): -9698274 or 1967212. OLE color: 1967212.

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

Color convert

RGB 108 4 30 -
CMYK 0 0.96 0.72 0.58
HSL 345º 0.93% 0.22% -
HSV(B) 345º 0.96% 0.42% -
XYZ 6.46 3.37 1.54 -
YUV 38.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 108 4 30 0 0.96 0.72 0.58 345 0.93 0.22
Hex 6C 4 1E 0 60 48 3A 159 5D 16
Octal 154 4 36 0 140 110 72 531 135 26
Binary 1101100 100 11110 0 1100000 1001000 111010 101011001 1011101 10110

Color Harmonies of #6C041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C041E

Black with #6C041E

Text Example


Text Example

White with #6C041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,4,30); }

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

background-color css

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

 a { background-color: rgb(108,4,30); }

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

border-color css

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

 span { border-color: rgb(108,4,30); }

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