Html Css Color HEX #6E0229 Burgundy

📋 copy color: '#6E0229'

red 110 ◦ green 2 ◦ blue 41

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

Shades of Burgundy #6E0229

Tints of Burgundy #6E0229

RGB

 RED value IS 110 (43.36% from 255) = 71.9%

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

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 71.9%
G = 1.31%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E0229 (or 0x6E0229) is known color: Burgundy. HEX triplet: 6E, 02 and 29. RGB value is (110,2,41). Sum of RGB (Red+Green+Blue) = 110+2+41=153 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.90% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0229 is #91FDD6. Grayscale: #262626. Windows color (decimal): -9567703 or 2687598. OLE color: 2687598.

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

Color convert

RGB 110 2 41 -
CMYK 0 0.98 0.63 0.57
HSL 338.33º 0.96% 0.22% -
HSV(B) 338.33º 0.98% 0.43% -
XYZ 6.85 3.52 2.42 -
YUV 38.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 110 2 41 0 0.98 0.63 0.57 338.33 0.96 0.22
Hex 6E 2 29 0 62 3F 39 152 60 16
Octal 156 2 51 0 142 77 71 522 140 26
Binary 1101110 10 101001 0 1100010 111111 111001 101010010 1100000 10110

Color Harmonies of #6E0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0229

Black with #6E0229

Text Example


Text Example

White with #6E0229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,2,41); }

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

background-color css

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

 a { background-color: rgb(110,2,41); }

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

border-color css

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

 span { border-color: rgb(110,2,41); }

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