Html Css Color HEX #6D0221 Burgundy

📋 copy color: '#6D0221'

red 109 ◦ green 2 ◦ blue 33

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

Shades of Burgundy #6D0221

Tints of Burgundy #6D0221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

 BLUE value IS 33 (13.28% from 255) = 22.92%

R = 75.69%
G = 1.39%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.57

RGB Variations

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

Color information

#6D0221 (or 0x6D0221) is known color: Burgundy. HEX triplet: 6D, 02 and 21. RGB value is (109,2,33). Sum of RGB (Red+Green+Blue) = 109+2+33=144 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.69% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0221 is #92FDDE. Grayscale: #252525. Windows color (decimal): -9633247 or 2163309. OLE color: 2163309.

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

Color convert

RGB 109 2 33 -
CMYK 0 0.98 0.70 0.57
HSL 342.62º 0.96% 0.22% -
HSV(B) 342.62º 0.98% 0.43% -
XYZ 6.6 3.4 1.75 -
YUV 37.53 125.45 178.98 -
System Red Green Blue C M Y K H S L
Decimal 109 2 33 0 0.98 0.70 0.57 342.62 0.96 0.22
Hex 6D 2 21 0 62 46 39 157 60 16
Octal 155 2 41 0 142 106 71 527 140 26
Binary 1101101 10 100001 0 1100010 1000110 111001 101010111 1100000 10110

Color Harmonies of #6D0221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0221

Black with #6D0221

Text Example


Text Example

White with #6D0221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,2,33); }

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

background-color css

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

 a { background-color: rgb(109,2,33); }

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

border-color css

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

 span { border-color: rgb(109,2,33); }

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