#7C183E

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

Shades of Pompadour #7C183E

Tints of Pompadour #7C183E

Color information

#7C183E (or 0x7C183E) is unknown color: approx Pompadour. HEX triplet: 7C, 18 and 3E. RGB value is (124,24,62). Sum of RGB (Red+Green+Blue) = 124+24+62=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C183E is #83E7C1. Grayscale: #3A3A3A. Windows color (decimal): -8644546 or 4069500. OLE color: 4069500.

HSL color Cylindrical-coordinate representation of color #7C183E: hue angle of 337.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C183E is Cyan = 0, Magento = 0.81, Yellow = 0.5 and Black (K on CMYK) = 0.51.

Color convert

RGB1242462-
CMYK00.810.50.51
HSL337.2º67.57%29.02%-
HSV(B)337.2º80.65%48.63%-
XYZ9.515.295.08-
YUV58.23130.13174.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.05%
GREEN value IS 24 (9.77% from 255) = 11.43%
BLUE value IS 62 (24.61% from 255) = 29.52%
R=59.05%
G=11.43%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124246200.810.50.51337.267.5729.02
Hex7C183E0513233151441d
Octal17430760121626352110435
Binary11111001100011111001010001110010110011101010001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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