Html Css Color HEX #6D0426 Burgundy

📋 copy color: '#6D0426'

red 109 ◦ green 4 ◦ blue 38

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

Shades of Burgundy #6D0426

Tints of Burgundy #6D0426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

 BLUE value IS 38 (15.23% from 255) = 25.17%

R = 72.19%
G = 2.65%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6D0426 (or 0x6D0426) is known color: Burgundy. HEX triplet: 6D, 04 and 26. RGB value is (109,4,38). Sum of RGB (Red+Green+Blue) = 109+4+38=151 (20% of max value = 765). Red value is 109 (42.97% from 255 or 72.19% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0426 is #92FBD9. Grayscale: #272727. Windows color (decimal): -9632730 or 2491501. OLE color: 2491501.

HSL color Cylindrical-coordinate representation of color #6D0426: hue angle of 340.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0426 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 4 38 -
CMYK 0 0.96 0.65 0.57
HSL 340.57º 0.93% 0.22% -
HSV(B) 340.57º 0.96% 0.43% -
XYZ 6.7 3.48 2.15 -
YUV 39.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 109 4 38 0 0.96 0.65 0.57 340.57 0.93 0.22
Hex 6D 4 26 0 60 41 39 155 5D 16
Octal 155 4 46 0 140 101 71 525 135 26
Binary 1101101 100 100110 0 1100000 1000001 111001 101010101 1011101 10110

Color Harmonies of #6D0426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0426

Black with #6D0426

Text Example


Text Example

White with #6D0426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,4,38); }

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

background-color css

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

 a { background-color: rgb(109,4,38); }

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

border-color css

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

 span { border-color: rgb(109,4,38); }

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