Html Css Color HEX #6C0115 Burgundy

📋 copy color: '#6C0115'

red 108 ◦ green 1 ◦ blue 21

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

Shades of Burgundy #6C0115

Tints of Burgundy #6C0115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 83.08%
G = 0.77%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#6C0115 (or 0x6C0115) is known color: Burgundy. HEX triplet: 6C, 01 and 15. RGB value is (108,1,21). Sum of RGB (Red+Green+Blue) = 108+1+21=130 (17% of max value = 765). Red value is 108 (42.58% from 255 or 83.08% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0115 is #93FEEA. Grayscale: #232323. Windows color (decimal): -9699051 or 1376620. OLE color: 1376620.

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

Color convert

RGB 108 1 21 -
CMYK 0 0.99 0.81 0.58
HSL 348.79º 0.98% 0.21% -
HSV(B) 348.79º 0.99% 0.42% -
XYZ 6.33 3.26 1.01 -
YUV 35.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 108 1 21 0 0.99 0.81 0.58 348.79 0.98 0.21
Hex 6C 1 15 0 63 51 3A 15D 62 15
Octal 154 1 25 0 143 121 72 535 142 25
Binary 1101100 1 10101 0 1100011 1010001 111010 101011101 1100010 10101

Color Harmonies of #6C0115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0115

Black with #6C0115

Text Example


Text Example

White with #6C0115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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