Html Css Color HEX #6C0320 Burgundy

📋 copy color: '#6C0320'

red 108 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #6C0320

Tints of Burgundy #6C0320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 22.38%

R = 75.52%
G = 2.1%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#6C0320 (or 0x6C0320) is known color: Burgundy. HEX triplet: 6C, 03 and 20. RGB value is (108,3,32). Sum of RGB (Red+Green+Blue) = 108+3+32=143 (18% of max value = 765). Red value is 108 (42.58% from 255 or 75.52% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0320 is #93FCDF. Grayscale: #252525. Windows color (decimal): -9698528 or 2098028. OLE color: 2098028.

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

Color convert

RGB 108 3 32 -
CMYK 0 0.97 0.70 0.58
HSL 343.43º 0.95% 0.22% -
HSV(B) 343.43º 0.97% 0.42% -
XYZ 6.48 3.36 1.67 -
YUV 37.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 108 3 32 0 0.97 0.70 0.58 343.43 0.95 0.22
Hex 6C 3 20 0 61 46 3A 157 5F 16
Octal 154 3 40 0 141 106 72 527 137 26
Binary 1101100 11 100000 0 1100001 1000110 111010 101010111 1011111 10110

Color Harmonies of #6C0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0320

Black with #6C0320

Text Example


Text Example

White with #6C0320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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