Html Css Color HEX #6C051A Burgundy

📋 copy color: '#6C051A'

red 108 ◦ green 5 ◦ blue 26

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

Shades of Burgundy #6C051A

Tints of Burgundy #6C051A

RGB

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

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

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

R = 77.7%
G = 3.6%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6C051A (or 0x6C051A) is known color: Burgundy. HEX triplet: 6C, 05 and 1A. RGB value is (108,5,26). Sum of RGB (Red+Green+Blue) = 108+5+26=139 (18% of max value = 765). Red value is 108 (42.58% from 255 or 77.70% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 108 - color contains mainly: red. Hex color #6C051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C051A is #93FAE5. Grayscale: #262626. Windows color (decimal): -9698022 or 1705324. OLE color: 1705324.

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

Color convert

RGB 108 5 26 -
CMYK 0 0.95 0.76 0.58
HSL 347.77º 0.91% 0.22% -
HSV(B) 347.77º 0.95% 0.42% -
XYZ 6.43 3.37 1.29 -
YUV 38.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 108 5 26 0 0.95 0.76 0.58 347.77 0.91 0.22
Hex 6C 5 1A 0 5F 4C 3A 15C 5B 16
Octal 154 5 32 0 137 114 72 534 133 26
Binary 1101100 101 11010 0 1011111 1001100 111010 101011100 1011011 10110

Color Harmonies of #6C051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C051A

Black with #6C051A

Text Example


Text Example

White with #6C051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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