Html Css Color HEX #6D002A Burgundy

📋 copy color: '#6D002A'

red 109 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #6D002A

Tints of Burgundy #6D002A

RGB

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

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

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

R = 72.19%
G = 0%
B = 27.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D002A (or 0x6D002A) is known color: Burgundy. HEX triplet: 6D, 00 and 2A. RGB value is (109,0,42). Sum of RGB (Red+Green+Blue) = 109+0+42=151 (20% of max value = 765). Red value is 109 (42.97% from 255 or 72.19% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 109 - color contains mainly: red. Hex color #6D002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D002A is #92FFD5. Grayscale: #252525. Windows color (decimal): -9633750 or 2752621. OLE color: 2752621.

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

Color convert

RGB 109 0 42 -
CMYK 0 1 0.61 0.57
HSL 336.88º 1% 0.21% -
HSV(B) 336.88º 1% 0.43% -
XYZ 6.72 3.42 2.5 -
YUV 37.38 130.61 179.08 -
System Red Green Blue C M Y K H S L
Decimal 109 0 42 0 1 0.61 0.57 336.88 1 0.21
Hex 6D 0 2A 0 64 3D 39 151 64 15
Octal 155 0 52 0 144 75 71 521 144 25
Binary 1101101 0 101010 0 1100100 111101 111001 101010001 1100100 10101

Color Harmonies of #6D002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D002A

Black with #6D002A

Text Example


Text Example

White with #6D002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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