Html Css Color HEX #6C050F Burgundy

📋 copy color: '#6C050F'

red 108 ◦ green 5 ◦ blue 15

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

Shades of Burgundy #6C050F

Tints of Burgundy #6C050F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.72%

R = 84.38%
G = 3.91%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6C050F (or 0x6C050F) is known color: Burgundy. HEX triplet: 6C, 05 and 0F. RGB value is (108,5,15). Sum of RGB (Red+Green+Blue) = 108+5+15=128 (16% of max value = 765). Red value is 108 (42.58% from 255 or 84.38% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 108 - color contains mainly: red. Hex color #6C050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C050F is #93FAF0. Grayscale: #252525. Windows color (decimal): -9698033 or 984428. OLE color: 984428.

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

Color convert

RGB 108 5 15 -
CMYK 0 0.95 0.86 0.58
HSL 354.17º 0.91% 0.22% -
HSV(B) 354.17º 0.95% 0.42% -
XYZ 6.32 3.33 0.76 -
YUV 36.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 108 5 15 0 0.95 0.86 0.58 354.17 0.91 0.22
Hex 6C 5 F 0 5F 56 3A 162 5B 16
Octal 154 5 17 0 137 126 72 542 133 26
Binary 1101100 101 1111 0 1011111 1010110 111010 101100010 1011011 10110

Color Harmonies of #6C050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C050F

Black with #6C050F

Text Example


Text Example

White with #6C050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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