#6A1F41

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

Shades of Pompadour #6A1F41

Tints of Pompadour #6A1F41

Color information

#6A1F41 (or 0x6A1F41) is unknown color: approx Pompadour. HEX triplet: 6A, 1F and 41. RGB value is (106,31,65). Sum of RGB (Red+Green+Blue) = 106+31+65=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1F41 is #95E0BE. Grayscale: #393939. Windows color (decimal): -9822399 or 4267882. OLE color: 4267882.

HSL color Cylindrical-coordinate representation of color #6A1F41: hue angle of 332.8º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A1F41 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB1063165-
CMYK00.710.390.58
HSL332.8º54.74%26.86%-
HSV(B)332.8º70.75%41.57%-
XYZ7.394.435.47-
YUV57.3132.35162.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.48%
GREEN value IS 31 (12.5% from 255) = 15.35%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=52.48%
G=15.35%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106316500.710.390.58332.854.7426.86
Hex6A1F41047273A14d371b
Octal15237101010747725156733
Binary11010101111110000010100011110011111101010100110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,31,65); }

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

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

 a { background-color: rgb(106,31,65); }

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

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

 span { border-color: rgb(106,31,65); }

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