#7B183E

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

Shades of Pompadour #7B183E

Tints of Pompadour #7B183E

Color information

#7B183E (or 0x7B183E) is unknown color: approx Pompadour. HEX triplet: 7B, 18 and 3E. RGB value is (123,24,62). Sum of RGB (Red+Green+Blue) = 123+24+62=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B183E is #84E7C1. Grayscale: #393939. Windows color (decimal): -8710082 or 4069499. OLE color: 4069499.

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

Color convert

RGB1232462-
CMYK00.800.500.52
HSL336.97º67.35%28.82%-
HSV(B)336.97º80.49%48.24%-
XYZ9.365.215.07-
YUV57.93130.3174.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.85%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 62 (24.61% from 255) = 29.67%
R=58.85%
G=11.48%
B=29.67%

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
Decimal123246200.800.500.52336.9767.3528.82
Hex7B183E0503234151431d
Octal17330760120626452110335
Binary11110111100011111001010000110010110100101010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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