Html Css Color HEX #6C032A Burgundy

📋 copy color: '#6C032A'

red 108 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #6C032A

Tints of Burgundy #6C032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.45%

R = 70.59%
G = 1.96%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6C032A (or 0x6C032A) is known color: Burgundy. HEX triplet: 6C, 03 and 2A. RGB value is (108,3,42). Sum of RGB (Red+Green+Blue) = 108+3+42=153 (20% of max value = 765). Red value is 108 (42.58% from 255 or 70.59% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 108 - color contains mainly: red. Hex color #6C032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C032A is #93FCD5. Grayscale: #262626. Windows color (decimal): -9698518 or 2753388. OLE color: 2753388.

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

Color convert

RGB 108 3 42 -
CMYK 0 0.97 0.61 0.58
HSL 337.71º 0.95% 0.22% -
HSV(B) 337.71º 0.97% 0.42% -
XYZ 6.63 3.42 2.5 -
YUV 38.84 129.79 177.33 -
System Red Green Blue C M Y K H S L
Decimal 108 3 42 0 0.97 0.61 0.58 337.71 0.95 0.22
Hex 6C 3 2A 0 61 3D 3A 152 5F 16
Octal 154 3 52 0 141 75 72 522 137 26
Binary 1101100 11 101010 0 1100001 111101 111010 101010010 1011111 10110

Color Harmonies of #6C032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C032A

Black with #6C032A

Text Example


Text Example

White with #6C032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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