#75103A

Color #75103A Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #75103A

Tints of Pompadour #75103A

Color information

#75103A (or 0x75103A) is unknown color: approx Pompadour. HEX triplet: 75, 10 and 3A. RGB value is (117,16,58). Sum of RGB (Red+Green+Blue) = 117+16+58=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #75103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75103A is #8AEFC5. Grayscale: #323232. Windows color (decimal): -9105350 or 3805301. OLE color: 3805301.

HSL color Cylindrical-coordinate representation of color #75103A: hue angle of 335.05º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75103A is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1171658-
CMYK00.860.500.54
HSL335.05º75.94%26.08%-
HSV(B)335.05º86.32%45.88%-
XYZ8.294.464.43-
YUV50.99131.96175.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.26%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=61.26%
G=8.38%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117165800.860.500.54335.0575.9426.08
Hex75103A056323614f4c1a
Octal16520720126626651711432
Binary11101011000011101001010110110010110110101001111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75103A; }

 p { color: rgb(117,16,58); }

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

<style>
 a { background-color: #75103A; }

 a { background-color: rgb(117,16,58); }

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

<style>
 span { border-color: #75103A; }

 span { border-color: rgb(117,16,58); }

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