#75030E

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

Shades of Burgundy #75030E

Tints of Burgundy #75030E

Color information

#75030E (or 0x75030E) is unknown color: approx Burgundy. HEX triplet: 75, 03 and 0E. RGB value is (117,3,14). Sum of RGB (Red+Green+Blue) = 117+3+14=134 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.31% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 117 - color contains mainly: red. Hex color #75030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75030E is #8AFCF1. Grayscale: #262626. Windows color (decimal): -9108722 or 918389. OLE color: 918389.

HSL color Cylindrical-coordinate representation of color #75030E: hue angle of 354.21º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75030E is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB117314-
CMYK00.970.880.54
HSL354.21º95%23.53%-
HSV(B)354.21º97.44%45.88%-
XYZ7.453.880.77-
YUV38.34114.27184.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 87.31%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 14 (5.86% from 255) = 10.45%
R=87.31%
G=2.24%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11731400.970.880.54354.219523.53
Hex753E06158361625f18
Octal16531601411306654213730
Binary1110101111110011000011011000110110101100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75030E; }

 p { color: rgb(117,3,14); }

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

<style>
 a { background-color: #75030E; }

 a { background-color: rgb(117,3,14); }

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

<style>
 span { border-color: #75030E; }

 span { border-color: rgb(117,3,14); }

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