#7B134A

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

Shades of Pompadour #7B134A

Tints of Pompadour #7B134A

Color information

#7B134A (or 0x7B134A) is unknown color: approx Pompadour. HEX triplet: 7B, 13 and 4A. RGB value is (123,19,74). Sum of RGB (Red+Green+Blue) = 123+19+74=216 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.94% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 123 - color contains mainly: red. Hex color #7B134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B134A is #84ECB5. Grayscale: #383838. Windows color (decimal): -8711350 or 4854651. OLE color: 4854651.

HSL color Cylindrical-coordinate representation of color #7B134A: hue angle of 328.27º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B134A is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB1231974-
CMYK00.850.400.52
HSL328.27º73.24%27.84%-
HSV(B)328.27º84.55%48.24%-
XYZ9.645.176.97-
YUV56.37137.96175.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.94%
GREEN value IS 19 (7.81% from 255) = 8.80%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=56.94%
G=8.80%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123197400.850.400.52328.2773.2427.84
Hex7B134A0552834148491c
Octal173231120125506451011134
Binary111101110011100101001010101101000110100101001000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B134A; }

 p { color: rgb(123,19,74); }

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

<style>
 a { background-color: #7B134A; }

 a { background-color: rgb(123,19,74); }

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

<style>
 span { border-color: #7B134A; }

 span { border-color: rgb(123,19,74); }

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