#6F1C41

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

Shades of Pompadour #6F1C41

Tints of Pompadour #6F1C41

Color information

#6F1C41 (or 0x6F1C41) is unknown color: approx Pompadour. HEX triplet: 6F, 1C and 41. RGB value is (111,28,65). Sum of RGB (Red+Green+Blue) = 111+28+65=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1C41 is #90E3BE. Grayscale: #383838. Windows color (decimal): -9495487 or 4267119. OLE color: 4267119.

HSL color Cylindrical-coordinate representation of color #6F1C41: hue angle of 333.25º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F1C41 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1112865-
CMYK00.750.410.56
HSL333.25º59.71%27.25%-
HSV(B)333.25º74.77%43.53%-
XYZ7.924.595.47-
YUV57.04132.5166.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.41%
GREEN value IS 28 (11.33% from 255) = 13.73%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=54.41%
G=13.73%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111286500.750.410.56333.2559.7127.25
Hex6F1C4104B293814d3c1b
Octal15734101011351705157433
Binary11011111110010000010100101110100111100010100110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,28,65); }

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

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

 a { background-color: rgb(111,28,65); }

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

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

 span { border-color: rgb(111,28,65); }

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