#6F2343

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

Shades of Pompadour #6F2343

Tints of Pompadour #6F2343

Color information

#6F2343 (or 0x6F2343) is unknown color: approx Pompadour. HEX triplet: 6F, 23 and 43. RGB value is (111,35,67). Sum of RGB (Red+Green+Blue) = 111+35+67=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2343 is #90DCBC. Grayscale: #3D3D3D. Windows color (decimal): -9493693 or 4399983. OLE color: 4399983.

HSL color Cylindrical-coordinate representation of color #6F2343: hue angle of 334.74º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2343 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1113567-
CMYK00.680.400.56
HSL334.74º52.05%28.63%-
HSV(B)334.74º68.47%43.53%-
XYZ8.174.995.84-
YUV61.37131.18163.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.11%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 67 (26.56% from 255) = 31.46%
R=52.11%
G=16.43%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111356700.680.400.56334.7452.0528.63
Hex6F2343044283814f341d
Octal15743103010450705176435
Binary110111110001110000110100010010100011100010100111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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