#7B193E

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

Shades of Pompadour #7B193E

Tints of Pompadour #7B193E

Color information

#7B193E (or 0x7B193E) is unknown color: approx Pompadour. HEX triplet: 7B, 19 and 3E. RGB value is (123,25,62). Sum of RGB (Red+Green+Blue) = 123+25+62=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B193E is #84E6C1. Grayscale: #3A3A3A. Windows color (decimal): -8709826 or 4069755. OLE color: 4069755.

HSL color Cylindrical-coordinate representation of color #7B193E: hue angle of 337.35º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B193E is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB1232562-
CMYK00.800.500.52
HSL337.35º66.22%29.02%-
HSV(B)337.35º79.67%48.24%-
XYZ9.395.255.08-
YUV58.52129.97173.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.57%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 62 (24.61% from 255) = 29.52%
R=58.57%
G=11.90%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123256200.800.500.52337.3566.2229.02
Hex7B193E0503234151421d
Octal17331760120626452110235
Binary11110111100111111001010000110010110100101010001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,25,62); }

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

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

 a { background-color: rgb(123,25,62); }

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

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

 span { border-color: rgb(123,25,62); }

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