#6F1F49

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

Shades of Pompadour #6F1F49

Tints of Pompadour #6F1F49

Color information

#6F1F49 (or 0x6F1F49) is unknown color: approx Pompadour. HEX triplet: 6F, 1F and 49. RGB value is (111,31,73). Sum of RGB (Red+Green+Blue) = 111+31+73=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1F49 is #90E0B6. Grayscale: #3B3B3B. Windows color (decimal): -9494711 or 4792175. OLE color: 4792175.

HSL color Cylindrical-coordinate representation of color #6F1F49: hue angle of 328.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F1F49 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1113173-
CMYK00.720.340.56
HSL328.5º56.34%27.84%-
HSV(B)328.5º72.07%43.53%-
XYZ8.254.846.8-
YUV59.71135.5164.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.63%
GREEN value IS 31 (12.5% from 255) = 14.42%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=51.63%
G=14.42%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111317300.720.340.56328.556.3427.84
Hex6F1F490482238148381c
Octal15737111011042705107034
Binary11011111111110010010100100010001011100010100100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,31,73); }

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

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

 a { background-color: rgb(111,31,73); }

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

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

 span { border-color: rgb(111,31,73); }

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