#6F123A

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

Shades of Pompadour #6F123A

Tints of Pompadour #6F123A

Color information

#6F123A (or 0x6F123A) is unknown color: approx Pompadour. HEX triplet: 6F, 12 and 3A. RGB value is (111,18,58). Sum of RGB (Red+Green+Blue) = 111+18+58=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F123A is #90EDC5. Grayscale: #323232. Windows color (decimal): -9498054 or 3805807. OLE color: 3805807.

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

Color convert

RGB1111858-
CMYK00.840.480.56
HSL334.19º72.09%25.29%-
HSV(B)334.19º83.78%43.53%-
XYZ7.544.124.4-
YUV50.37132.31171.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.36%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=59.36%
G=9.63%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111185800.840.480.56334.1972.0925.29
Hex6F123A054303814e4819
Octal15722720124607051611031
Binary11011111001011101001010100110000111000101001110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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