Html Css Color HEX #6E032A Burgundy

📋 copy color: '#6E032A'

red 110 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #6E032A

Tints of Burgundy #6E032A

RGB

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

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

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

R = 70.97%
G = 1.94%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6E032A (or 0x6E032A) is known color: Burgundy. HEX triplet: 6E, 03 and 2A. RGB value is (110,3,42). Sum of RGB (Red+Green+Blue) = 110+3+42=155 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.97% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 110 - color contains mainly: red. Hex color #6E032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E032A is #91FCD5. Grayscale: #272727. Windows color (decimal): -9567446 or 2753390. OLE color: 2753390.

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

Color convert

RGB 110 3 42 -
CMYK 0 0.97 0.62 0.57
HSL 338.13º 0.95% 0.22% -
HSV(B) 338.13º 0.97% 0.43% -
XYZ 6.88 3.55 2.51 -
YUV 39.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 110 3 42 0 0.97 0.62 0.57 338.13 0.95 0.22
Hex 6E 3 2A 0 61 3E 39 152 5F 16
Octal 156 3 52 0 141 76 71 522 137 26
Binary 1101110 11 101010 0 1100001 111110 111001 101010010 1011111 10110

Color Harmonies of #6E032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E032A

Black with #6E032A

Text Example


Text Example

White with #6E032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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