#731C3C

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

Shades of Pompadour #731C3C

Tints of Pompadour #731C3C

Color information

#731C3C (or 0x731C3C) is unknown color: approx Pompadour. HEX triplet: 73, 1C and 3C. RGB value is (115,28,60). Sum of RGB (Red+Green+Blue) = 115+28+60=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #731C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C3C is #8CE3C3. Grayscale: #393939. Windows color (decimal): -9233348 or 3939443. OLE color: 3939443.

HSL color Cylindrical-coordinate representation of color #731C3C: hue angle of 337.93º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C3C is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1152860-
CMYK00.760.480.55
HSL337.93º60.84%28.04%-
HSV(B)337.93º75.65%45.1%-
XYZ8.34.84.76-
YUV57.66129.32168.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=56.65%
G=13.79%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115286000.760.480.55337.9360.8428.04
Hex731C3C04C30371523d1c
Octal1633474011460675227534
Binary1110011111001111000100110011000011011110101001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731C3C; }

 p { color: rgb(115,28,60); }

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

<style>
 a { background-color: #731C3C; }

 a { background-color: rgb(115,28,60); }

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

<style>
 span { border-color: #731C3C; }

 span { border-color: rgb(115,28,60); }

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