#741B3C

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

Shades of Pompadour #741B3C

Tints of Pompadour #741B3C

Color information

#741B3C (or 0x741B3C) is unknown color: approx Pompadour. HEX triplet: 74, 1B and 3C. RGB value is (116,27,60). Sum of RGB (Red+Green+Blue) = 116+27+60=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #741B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B3C is #8BE4C3. Grayscale: #393939. Windows color (decimal): -9168068 or 3939188. OLE color: 3939188.

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

Color convert

RGB1162760-
CMYK00.770.480.55
HSL337.75º62.24%28.04%-
HSV(B)337.75º76.72%45.49%-
XYZ8.414.824.76-
YUV57.37129.49169.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.14%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=57.14%
G=13.30%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116276000.770.480.55337.7562.2428.04
Hex741B3C04D30371523e1c
Octal1643374011560675227634
Binary1110100110111111000100110111000011011110101001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741B3C; }

 p { color: rgb(116,27,60); }

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

<style>
 a { background-color: #741B3C; }

 a { background-color: rgb(116,27,60); }

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

<style>
 span { border-color: #741B3C; }

 span { border-color: rgb(116,27,60); }

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