#6f1f43

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

Shades of Pompadour #6F1F43

Tints of Pompadour #6F1F43

Color information

#6F1F43 (or 0x6F1F43) is unknown color: approx Pompadour. HEX triplet: 6F, 1F and 43. RGB value is (111,31,67). Sum of RGB (Red+Green+Blue) = 111+31+67=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1F43 is #90E0BC. Grayscale: #3A3A3A. Windows color (decimal): -9494717 or 4398959. OLE color: 4398959.

HSL color Cylindrical-coordinate representation of color #6F1F43: hue angle of 333º 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 #6F1F43 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1113167-
CMYK00.720.400.56
HSL333º56.34%27.84%-
HSV(B)333º72.07%43.53%-
XYZ8.064.765.81-
YUV59.02132.5165.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.11%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 67 (26.56% from 255) = 32.06%
R=53.11%
G=14.83%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111316700.720.400.5633356.3427.84
Hex6F1F43048283814d381c
Octal15737103011050705157034
Binary11011111111110000110100100010100011100010100110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f1f43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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