#6A1B4B

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

Shades of Pompadour #6A1B4B

Tints of Pompadour #6A1B4B

Color information

#6A1B4B (or 0x6A1B4B) is unknown color: approx Pompadour. HEX triplet: 6A, 1B and 4B. RGB value is (106,27,75). Sum of RGB (Red+Green+Blue) = 106+27+75=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1B4B is #95E4B4. Grayscale: #373737. Windows color (decimal): -9823413 or 4922218. OLE color: 4922218.

HSL color Cylindrical-coordinate representation of color #6A1B4B: hue angle of 323.54º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A1B4B is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB1062775-
CMYK00.750.290.58
HSL323.54º59.4%26.08%-
HSV(B)323.54º74.53%41.57%-
XYZ7.614.367.1-
YUV56.09138.67163.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.96%
GREEN value IS 27 (10.94% from 255) = 12.98%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=50.96%
G=12.98%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106277500.750.290.58323.5459.426.08
Hex6A1B4B04B1D3A1443b1a
Octal15233113011335725047332
Binary1101010110111001011010010111110111101010100010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,27,75); }

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

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

 a { background-color: rgb(106,27,75); }

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

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

 span { border-color: rgb(106,27,75); }

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