#7B193F

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

Shades of Pompadour #7B193F

Tints of Pompadour #7B193F

Color information

#7B193F (or 0x7B193F) is unknown color: approx Pompadour. HEX triplet: 7B, 19 and 3F. RGB value is (123,25,63). Sum of RGB (Red+Green+Blue) = 123+25+63=211 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.29% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 123 - color contains mainly: red. Hex color #7B193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B193F is #84E6C0. Grayscale: #3A3A3A. Windows color (decimal): -8709825 or 4135291. OLE color: 4135291.

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

Color convert

RGB1232563-
CMYK00.800.490.52
HSL336.73º66.22%29.02%-
HSV(B)336.73º79.67%48.24%-
XYZ9.415.275.22-
YUV58.63130.47173.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.29%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 63 (25% from 255) = 29.86%
R=58.29%
G=11.85%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123256300.800.490.52336.7366.2229.02
Hex7B193F0503134151421d
Octal17331770120616452110235
Binary11110111100111111101010000110001110100101010001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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