#6F193A

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

Shades of Pompadour #6F193A

Tints of Pompadour #6F193A

Color information

#6F193A (or 0x6F193A) is unknown color: approx Pompadour. HEX triplet: 6F, 19 and 3A. RGB value is (111,25,58). Sum of RGB (Red+Green+Blue) = 111+25+58=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F193A is #90E6C5. Grayscale: #363636. Windows color (decimal): -9496262 or 3807599. OLE color: 3807599.

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

Color convert

RGB1112558-
CMYK00.770.480.56
HSL336.98º63.24%26.67%-
HSV(B)336.98º77.48%43.53%-
XYZ7.674.384.44-
YUV54.48129.99168.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.22%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 58 (23.05% from 255) = 29.90%
R=57.22%
G=12.89%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111255800.770.480.56336.9863.2426.67
Hex6F193A04D30381513f1b
Octal1573172011560705217733
Binary1101111110011110100100110111000011100010101000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,58); }

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

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

 a { background-color: rgb(111,25,58); }

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

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

 span { border-color: rgb(111,25,58); }

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