Html Css Color HEX #6E0024 Burgundy

📋 copy color: '#6E0024'

red 110 ◦ green 0 ◦ blue 36

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

Shades of Burgundy #6E0024

Tints of Burgundy #6E0024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.66%

R = 75.34%
G = 0%
B = 24.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.57

RGB Variations

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

Color information

#6E0024 (or 0x6E0024) is known color: Burgundy. HEX triplet: 6E, 00 and 24. RGB value is (110,0,36). Sum of RGB (Red+Green+Blue) = 110+0+36=146 (19% of max value = 765). Red value is 110 (43.36% from 255 or 75.34% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0024 is #91FFDB. Grayscale: #242424. Windows color (decimal): -9568220 or 2359406. OLE color: 2359406.

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

Color convert

RGB 110 0 36 -
CMYK 0 1 0.67 0.57
HSL 340.36º 1% 0.22% -
HSV(B) 340.36º 1% 0.43% -
XYZ 6.75 3.44 1.98 -
YUV 36.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 110 0 36 0 1 0.67 0.57 340.36 1 0.22
Hex 6E 0 24 0 64 43 39 154 64 16
Octal 156 0 44 0 144 103 71 524 144 26
Binary 1101110 0 100100 0 1100100 1000011 111001 101010100 1100100 10110

Color Harmonies of #6E0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0024

Black with #6E0024

Text Example


Text Example

White with #6E0024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,0,36); }

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

background-color css

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

 a { background-color: rgb(110,0,36); }

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

border-color css

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

 span { border-color: rgb(110,0,36); }

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