#6A1B3B

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

Shades of Pompadour #6A1B3B

Tints of Pompadour #6A1B3B

Color information

#6A1B3B (or 0x6A1B3B) is unknown color: approx Pompadour. HEX triplet: 6A, 1B and 3B. RGB value is (106,27,59). Sum of RGB (Red+Green+Blue) = 106+27+59=192 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.21% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1B3B is #95E4C4. Grayscale: #363636. Windows color (decimal): -9823429 or 3873642. OLE color: 3873642.

HSL color Cylindrical-coordinate representation of color #6A1B3B: hue angle of 335.7º 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 #6A1B3B is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1062759-
CMYK00.750.440.58
HSL335.7º59.4%26.08%-
HSV(B)335.7º74.53%41.57%-
XYZ7.134.164.57-
YUV54.27130.67164.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.21%
GREEN value IS 27 (10.94% from 255) = 14.06%
BLUE value IS 59 (23.44% from 255) = 30.73%
R=55.21%
G=14.06%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106275900.750.440.58335.759.426.08
Hex6A1B3B04B2C3A1503b1a
Octal1523373011354725207332
Binary1101010110111110110100101110110011101010101000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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