#6F1741

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

Shades of Pompadour #6F1741

Tints of Pompadour #6F1741

Color information

#6F1741 (or 0x6F1741) is unknown color: approx Pompadour. HEX triplet: 6F, 17 and 41. RGB value is (111,23,65). Sum of RGB (Red+Green+Blue) = 111+23+65=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1741 is #90E8BE. Grayscale: #363636. Windows color (decimal): -9496767 or 4265839. OLE color: 4265839.

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

Color convert

RGB1112365-
CMYK00.790.410.56
HSL331.36º65.67%26.27%-
HSV(B)331.36º79.28%43.53%-
XYZ7.824.375.43-
YUV54.1134.15168.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=55.78%
G=11.56%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111236500.790.410.56331.3665.6726.27
Hex6F174104F293814b421a
Octal157271010117517051310232
Binary110111110111100000101001111101001111000101001011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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