Html Css Color HEX #6C010D Burgundy

📋 copy color: '#6C010D'

red 108 ◦ green 1 ◦ blue 13

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

Shades of Burgundy #6C010D

Tints of Burgundy #6C010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.82%

 BLUE value IS 13 (5.47% from 255) = 10.66%

R = 88.52%
G = 0.82%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6C010D (or 0x6C010D) is known color: Burgundy. HEX triplet: 6C, 01 and 0D. RGB value is (108,1,13). Sum of RGB (Red+Green+Blue) = 108+1+13=122 (16% of max value = 765). Red value is 108 (42.58% from 255 or 88.52% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 108 - color contains mainly: red. Hex color #6C010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C010D is #93FEF2. Grayscale: #222222. Windows color (decimal): -9699059 or 852332. OLE color: 852332.

HSL color Cylindrical-coordinate representation of color #6C010D: hue angle of 353.27º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C010D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 1 13 -
CMYK 0 0.99 0.88 0.58
HSL 353.27º 0.98% 0.21% -
HSV(B) 353.27º 0.99% 0.42% -
XYZ 6.27 3.24 0.68 -
YUV 34.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 108 1 13 0 0.99 0.88 0.58 353.27 0.98 0.21
Hex 6C 1 D 0 63 58 3A 161 62 15
Octal 154 1 15 0 143 130 72 541 142 25
Binary 1101100 1 1101 0 1100011 1011000 111010 101100001 1100010 10101

Color Harmonies of #6C010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C010D

Black with #6C010D

Text Example


Text Example

White with #6C010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,1,13); }

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

background-color css

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

 a { background-color: rgb(108,1,13); }

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

border-color css

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

 span { border-color: rgb(108,1,13); }

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