#6F1538

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

Shades of Pompadour #6F1538

Tints of Pompadour #6F1538

Color information

#6F1538 (or 0x6F1538) is unknown color: approx Pompadour. HEX triplet: 6F, 15 and 38. RGB value is (111,21,56). Sum of RGB (Red+Green+Blue) = 111+21+56=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1538 is #90EAC7. Grayscale: #333333. Windows color (decimal): -9497288 or 3675503. OLE color: 3675503.

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

Color convert

RGB1112156-
CMYK00.810.500.56
HSL336.67º68.18%25.88%-
HSV(B)336.67º81.08%43.53%-
XYZ7.544.24.16-
YUV51.9130.32170.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 56 (22.27% from 255) = 29.79%
R=59.04%
G=11.17%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111215600.810.500.56336.6768.1825.88
Hex6F15380513238151441a
Octal15725700121627052110432
Binary11011111010111100001010001110010111000101010001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,21,56); }

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

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

 a { background-color: rgb(111,21,56); }

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

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

 span { border-color: rgb(111,21,56); }

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