#6F153A

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

Shades of Pompadour #6F153A

Tints of Pompadour #6F153A

Color information

#6F153A (or 0x6F153A) is unknown color: approx Pompadour. HEX triplet: 6F, 15 and 3A. RGB value is (111,21,58). Sum of RGB (Red+Green+Blue) = 111+21+58=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F153A is #90EAC5. Grayscale: #343434. Windows color (decimal): -9497286 or 3806575. OLE color: 3806575.

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

Color convert

RGB1112158-
CMYK00.810.480.56
HSL335.33º68.18%25.88%-
HSV(B)335.33º81.08%43.53%-
XYZ7.594.224.42-
YUV52.13131.32169.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.42%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=58.42%
G=11.05%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111215800.810.480.56335.3368.1825.88
Hex6F153A051303814f441a
Octal15725720121607051710432
Binary11011111010111101001010001110000111000101001111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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