#75030C

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

Shades of Burgundy #75030C

Tints of Burgundy #75030C

Color information

#75030C (or 0x75030C) is unknown color: approx Burgundy. HEX triplet: 75, 03 and 0C. RGB value is (117,3,12). Sum of RGB (Red+Green+Blue) = 117+3+12=132 (17% of max value = 765). Red value is 117 (46.09% from 255 or 88.64% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 117 - color contains mainly: red. Hex color #75030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75030C is #8AFCF3. Grayscale: #262626. Windows color (decimal): -9108724 or 787317. OLE color: 787317.

HSL color Cylindrical-coordinate representation of color #75030C: hue angle of 355.26º 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 #75030C is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB117312-
CMYK00.970.900.54
HSL355.26º95%23.53%-
HSV(B)355.26º97.44%45.88%-
XYZ7.443.870.7-
YUV38.11113.27184.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 88.64%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 12 (5.08% from 255) = 9.09%
R=88.64%
G=2.27%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11731200.970.900.54355.269523.53
Hex753C0615A361635f18
Octal16531401411326654313730
Binary1110101111100011000011011010110110101100011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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