Html Css Color HEX #6C0327 Burgundy

📋 copy color: '#6C0327'

red 108 ◦ green 3 ◦ blue 39

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

Shades of Burgundy #6C0327

Tints of Burgundy #6C0327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26%

R = 72%
G = 2%
B = 26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6C0327 (or 0x6C0327) is known color: Burgundy. HEX triplet: 6C, 03 and 27. RGB value is (108,3,39). Sum of RGB (Red+Green+Blue) = 108+3+39=150 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0327 is #93FCD8. Grayscale: #262626. Windows color (decimal): -9698521 or 2556780. OLE color: 2556780.

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

Color convert

RGB 108 3 39 -
CMYK 0 0.97 0.64 0.58
HSL 339.43º 0.95% 0.22% -
HSV(B) 339.43º 0.97% 0.42% -
XYZ 6.58 3.4 2.23 -
YUV 38.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 108 3 39 0 0.97 0.64 0.58 339.43 0.95 0.22
Hex 6C 3 27 0 61 40 3A 153 5F 16
Octal 154 3 47 0 141 100 72 523 137 26
Binary 1101100 11 100111 0 1100001 1000000 111010 101010011 1011111 10110

Color Harmonies of #6C0327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0327

Black with #6C0327

Text Example


Text Example

White with #6C0327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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