#75030B

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

Shades of Burgundy #75030B

Tints of Burgundy #75030B

Color information

#75030B (or 0x75030B) is unknown color: approx Burgundy. HEX triplet: 75, 03 and 0B. RGB value is (117,3,11). Sum of RGB (Red+Green+Blue) = 117+3+11=131 (17% of max value = 765). Red value is 117 (46.09% from 255 or 89.31% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 117 - color contains mainly: red. Hex color #75030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75030B is #8AFCF4. Grayscale: #262626. Windows color (decimal): -9108725 or 721781. OLE color: 721781.

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

Color convert

RGB117311-
CMYK00.970.910.54
HSL355.79º95%23.53%-
HSV(B)355.79º97.44%45.88%-
XYZ7.433.870.67-
YUV38112.77184.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 89.31%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=89.31%
G=2.29%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11731100.970.910.54355.799523.53
Hex753B0615B361645f18
Octal16531301411336654413730
Binary1110101111011011000011011011110110101100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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