#7B134F

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

Shades of Pompadour #7B134F

Tints of Pompadour #7B134F

Color information

#7B134F (or 0x7B134F) is unknown color: approx Pompadour. HEX triplet: 7B, 13 and 4F. RGB value is (123,19,79). Sum of RGB (Red+Green+Blue) = 123+19+79=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B134F is #84ECB0. Grayscale: #383838. Windows color (decimal): -8711345 or 5182331. OLE color: 5182331.

HSL color Cylindrical-coordinate representation of color #7B134F: hue angle of 325.38º 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 #7B134F is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB1231979-
CMYK00.850.360.52
HSL325.38º73.24%27.84%-
HSV(B)325.38º84.55%48.24%-
XYZ9.815.247.89-
YUV56.94140.46175.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.66%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=55.66%
G=8.60%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123197900.850.360.52325.3873.2427.84
Hex7B134F0552434145491c
Octal173231170125446450511134
Binary111101110011100111101010101100100110100101000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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