Html Css Color HEX #6C0318 Burgundy

📋 copy color: '#6C0318'

red 108 ◦ green 3 ◦ blue 24

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

Shades of Burgundy #6C0318

Tints of Burgundy #6C0318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.78%

R = 80%
G = 2.22%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6C0318 (or 0x6C0318) is known color: Burgundy. HEX triplet: 6C, 03 and 18. RGB value is (108,3,24). Sum of RGB (Red+Green+Blue) = 108+3+24=135 (17% of max value = 765). Red value is 108 (42.58% from 255 or 80% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0318 is #93FCE7. Grayscale: #242424. Windows color (decimal): -9698536 or 1573740. OLE color: 1573740.

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

Color convert

RGB 108 3 24 -
CMYK 0 0.97 0.78 0.58
HSL 348º 0.95% 0.22% -
HSV(B) 348º 0.97% 0.42% -
XYZ 6.38 3.32 1.17 -
YUV 36.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 108 3 24 0 0.97 0.78 0.58 348 0.95 0.22
Hex 6C 3 18 0 61 4E 3A 15C 5F 16
Octal 154 3 30 0 141 116 72 534 137 26
Binary 1101100 11 11000 0 1100001 1001110 111010 101011100 1011111 10110

Color Harmonies of #6C0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0318

Black with #6C0318

Text Example


Text Example

White with #6C0318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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