#6F184A

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

Shades of Pompadour #6F184A

Tints of Pompadour #6F184A

Color information

#6F184A (or 0x6F184A) is unknown color: approx Pompadour. HEX triplet: 6F, 18 and 4A. RGB value is (111,24,74). Sum of RGB (Red+Green+Blue) = 111+24+74=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F184A is #90E7B5. Grayscale: #373737. Windows color (decimal): -9496502 or 4855919. OLE color: 4855919.

HSL color Cylindrical-coordinate representation of color #6F184A: hue angle of 325.52º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F184A is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1112474-
CMYK00.780.330.56
HSL325.52º64.44%26.47%-
HSV(B)325.52º78.38%43.53%-
XYZ8.124.536.92-
YUV55.71138.32167.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.11%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=53.11%
G=11.48%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111247400.780.330.56325.5264.4426.47
Hex6F184A04E2138146401a
Octal157301120116417050610032
Binary110111111000100101001001110100001111000101000110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F184A; }

 p { color: rgb(111,24,74); }

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

<style>
 a { background-color: #6F184A; }

 a { background-color: rgb(111,24,74); }

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

<style>
 span { border-color: #6F184A; }

 span { border-color: rgb(111,24,74); }

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