#6F1743

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

Shades of Pompadour #6F1743

Tints of Pompadour #6F1743

Color information

#6F1743 (or 0x6F1743) is unknown color: approx Pompadour. HEX triplet: 6F, 17 and 43. RGB value is (111,23,67). Sum of RGB (Red+Green+Blue) = 111+23+67=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1743 is #90E8BC. Grayscale: #363636. Windows color (decimal): -9496765 or 4396911. OLE color: 4396911.

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

Color convert

RGB1112367-
CMYK00.790.400.56
HSL330º65.67%26.27%-
HSV(B)330º79.28%43.53%-
XYZ7.884.45.74-
YUV54.33135.15168.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.22%
GREEN value IS 23 (9.38% from 255) = 11.44%
BLUE value IS 67 (26.56% from 255) = 33.33%
R=55.22%
G=11.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111236700.790.400.5633065.6726.27
Hex6F174304F283814a421a
Octal157271030117507051210232
Binary110111110111100001101001111101000111000101001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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