#6E0325

Color #6E0325 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #6E0325

Tints of Burgundy #6E0325

Color information

#6E0325 (or 0x6E0325) is unknown color: approx Burgundy. HEX triplet: 6E, 03 and 25. RGB value is (110,3,37). Sum of RGB (Red+Green+Blue) = 110+3+37=150 (19% of max value = 765). Red value is 110 (43.36% from 255 or 73.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0325 is #91FCDA. Grayscale: #262626. Windows color (decimal): -9567451 or 2425710. OLE color: 2425710.

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

Color convert

RGB110337-
CMYK00.970.660.57
HSL340.93º94.69%22.16%-
HSV(B)340.93º97.27%43.14%-
XYZ6.83.512.07-
YUV38.87126.95178.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 73.33%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=73.33%
G=2%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11033700.970.660.57340.9394.6922.16
Hex6E32506142391555f16
Octal15634501411027152513726
Binary110111011100101011000011000010111001101010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E0325;
 }
 .AnyTagClassName
 {
   color: #6E0325;
 }
</style>
background-color css

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

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

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

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

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

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