#7B1255

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

Shades of Pompadour #7B1255

Tints of Pompadour #7B1255

Color information

#7B1255 (or 0x7B1255) is unknown color: approx Pompadour. HEX triplet: 7B, 12 and 55. RGB value is (123,18,85). Sum of RGB (Red+Green+Blue) = 123+18+85=226 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.42% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1255 is #84EDAA. Grayscale: #383838. Windows color (decimal): -8711595 or 5575291. OLE color: 5575291.

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

Color convert

RGB1231885-
CMYK00.850.310.52
HSL321.71º74.47%27.65%-
HSV(B)321.71º85.37%48.24%-
XYZ10.025.39.09-
YUV57.03143.79175.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.42%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=54.42%
G=7.96%
B=37.61%

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
Decimal123188500.850.310.52321.7174.4727.65
Hex7B12550551F341424a1c
Octal173221250125376450211234
Binary11110111001010101010101010111111110100101000010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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