Html Css Color HEX #6D0024 Burgundy

📋 copy color: '#6D0024'

red 109 ◦ green 0 ◦ blue 36

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

Shades of Burgundy #6D0024

Tints of Burgundy #6D0024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.17%
G = 0%
B = 24.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.57

RGB Variations

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

Color information

#6D0024 (or 0x6D0024) is known color: Burgundy. HEX triplet: 6D, 00 and 24. RGB value is (109,0,36). Sum of RGB (Red+Green+Blue) = 109+0+36=145 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.17% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0024 is #92FFDB. Grayscale: #242424. Windows color (decimal): -9633756 or 2359405. OLE color: 2359405.

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

Color convert

RGB 109 0 36 -
CMYK 0 1 0.67 0.57
HSL 340.18º 1% 0.21% -
HSV(B) 340.18º 1% 0.43% -
XYZ 6.63 3.38 1.97 -
YUV 36.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 109 0 36 0 1 0.67 0.57 340.18 1 0.21
Hex 6D 0 24 0 64 43 39 154 64 15
Octal 155 0 44 0 144 103 71 524 144 25
Binary 1101101 0 100100 0 1100100 1000011 111001 101010100 1100100 10101

Color Harmonies of #6D0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0024

Black with #6D0024

Text Example


Text Example

White with #6D0024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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