#7B1355

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

Shades of Pompadour #7B1355

Tints of Pompadour #7B1355

Color information

#7B1355 (or 0x7B1355) is unknown color: approx Pompadour. HEX triplet: 7B, 13 and 55. RGB value is (123,19,85). Sum of RGB (Red+Green+Blue) = 123+19+85=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1355 is #84ECAA. Grayscale: #393939. Windows color (decimal): -8711339 or 5575547. OLE color: 5575547.

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

Color convert

RGB1231985-
CMYK00.850.310.52
HSL321.92º73.24%27.84%-
HSV(B)321.92º84.55%48.24%-
XYZ10.045.339.09-
YUV57.62143.46174.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.19%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=54.19%
G=8.37%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123198500.850.310.52321.9273.2427.84
Hex7B13550551F34142491c
Octal173231250125376450211134
Binary11110111001110101010101010111111110100101000010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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