Html Css Color HEX #6E032B Burgundy

📋 copy color: '#6E032B'

red 110 ◦ green 3 ◦ blue 43

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

Shades of Burgundy #6E032B

Tints of Burgundy #6E032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.92%

 BLUE value IS 43 (17.19% from 255) = 27.56%

R = 70.51%
G = 1.92%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6E032B (or 0x6E032B) is known color: Burgundy. HEX triplet: 6E, 03 and 2B. RGB value is (110,3,43). Sum of RGB (Red+Green+Blue) = 110+3+43=156 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.51% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 110 - color contains mainly: red. Hex color #6E032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E032B is #91FCD4. Grayscale: #272727. Windows color (decimal): -9567445 or 2818926. OLE color: 2818926.

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

Color convert

RGB 110 3 43 -
CMYK 0 0.97 0.61 0.57
HSL 337.57º 0.95% 0.22% -
HSV(B) 337.57º 0.97% 0.43% -
XYZ 6.9 3.55 2.61 -
YUV 39.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 110 3 43 0 0.97 0.61 0.57 337.57 0.95 0.22
Hex 6E 3 2B 0 61 3D 39 152 5F 16
Octal 156 3 53 0 141 75 71 522 137 26
Binary 1101110 11 101011 0 1100001 111101 111001 101010010 1011111 10110

Color Harmonies of #6E032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E032B

Black with #6E032B

Text Example


Text Example

White with #6E032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,3,43); }

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

background-color css

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

 a { background-color: rgb(110,3,43); }

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

border-color css

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

 span { border-color: rgb(110,3,43); }

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