Html Css Color HEX #6D0624 Burgundy

📋 copy color: '#6D0624'

red 109 ◦ green 6 ◦ blue 36

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

Shades of Burgundy #6D0624

Tints of Burgundy #6D0624

RGB

 RED value IS 109 (42.97% from 255) = 72.19%

 GREEN value IS 6 (2.73% from 255) = 3.97%

 BLUE value IS 36 (14.45% from 255) = 23.84%

R = 72.19%
G = 3.97%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.57

RGB Variations

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

Color information

#6D0624 (or 0x6D0624) is known color: Burgundy. HEX triplet: 6D, 06 and 24. RGB value is (109,6,36). Sum of RGB (Red+Green+Blue) = 109+6+36=151 (20% of max value = 765). Red value is 109 (42.97% from 255 or 72.19% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0624 is #92F9DB. Grayscale: #282828. Windows color (decimal): -9632220 or 2360941. OLE color: 2360941.

HSL color Cylindrical-coordinate representation of color #6D0624: hue angle of 342.52º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0624 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 6 36 -
CMYK 0 0.94 0.67 0.57
HSL 342.52º 0.9% 0.23% -
HSV(B) 342.52º 0.94% 0.43% -
XYZ 6.69 3.51 1.99 -
YUV 40.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 109 6 36 0 0.94 0.67 0.57 342.52 0.9 0.23
Hex 6D 6 24 0 5E 43 39 157 5A 17
Octal 155 6 44 0 136 103 71 527 132 27
Binary 1101101 110 100100 0 1011110 1000011 111001 101010111 1011010 10111

Color Harmonies of #6D0624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0624

Black with #6D0624

Text Example


Text Example

White with #6D0624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,6,36); }

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

background-color css

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

 a { background-color: rgb(109,6,36); }

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

border-color css

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

 span { border-color: rgb(109,6,36); }

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