Html Css Color HEX #6C0309 Burgundy

📋 copy color: '#6C0309'

red 108 ◦ green 3 ◦ blue 9

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

Shades of Burgundy #6C0309

Tints of Burgundy #6C0309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.5%

 BLUE value IS 9 (3.91% from 255) = 7.5%

R = 90%
G = 2.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#6C0309 (or 0x6C0309) is known color: Burgundy. HEX triplet: 6C, 03 and 09. RGB value is (108,3,9). Sum of RGB (Red+Green+Blue) = 108+3+9=120 (15% of max value = 765). Red value is 108 (42.58% from 255 or 90% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0309 is #93FCF6. Grayscale: #232323. Windows color (decimal): -9698551 or 590700. OLE color: 590700.

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

Color convert

RGB 108 3 9 -
CMYK 0 0.97 0.92 0.58
HSL 356.57º 0.95% 0.22% -
HSV(B) 356.57º 0.97% 0.42% -
XYZ 6.27 3.27 0.56 -
YUV 35.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 108 3 9 0 0.97 0.92 0.58 356.57 0.95 0.22
Hex 6C 3 9 0 61 5C 3A 165 5F 16
Octal 154 3 11 0 141 134 72 545 137 26
Binary 1101100 11 1001 0 1100001 1011100 111010 101100101 1011111 10110

Color Harmonies of #6C0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0309

Black with #6C0309

Text Example


Text Example

White with #6C0309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,9); }

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

background-color css

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

 a { background-color: rgb(108,3,9); }

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

border-color css

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

 span { border-color: rgb(108,3,9); }

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