Html Css Color HEX #6E0525 Burgundy

📋 copy color: '#6E0525'

red 110 ◦ green 5 ◦ blue 37

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

Shades of Burgundy #6E0525

Tints of Burgundy #6E0525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

 BLUE value IS 37 (14.84% from 255) = 24.34%

R = 72.37%
G = 3.29%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6E0525 (or 0x6E0525) is known color: Burgundy. HEX triplet: 6E, 05 and 25. RGB value is (110,5,37). Sum of RGB (Red+Green+Blue) = 110+5+37=152 (20% of max value = 765). Red value is 110 (43.36% from 255 or 72.37% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0525 is #91FADA. Grayscale: #282828. Windows color (decimal): -9566939 or 2426222. OLE color: 2426222.

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

Color convert

RGB 110 5 37 -
CMYK 0 0.95 0.66 0.57
HSL 341.71º 0.91% 0.23% -
HSV(B) 341.71º 0.95% 0.43% -
XYZ 6.82 3.56 2.08 -
YUV 40.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 110 5 37 0 0.95 0.66 0.57 341.71 0.91 0.23
Hex 6E 5 25 0 5F 42 39 156 5B 17
Octal 156 5 45 0 137 102 71 526 133 27
Binary 1101110 101 100101 0 1011111 1000010 111001 101010110 1011011 10111

Color Harmonies of #6E0525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0525

Black with #6E0525

Text Example


Text Example

White with #6E0525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,5,37); }

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

background-color css

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

 a { background-color: rgb(110,5,37); }

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

border-color css

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

 span { border-color: rgb(110,5,37); }

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