#6B194B

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

Shades of Pompadour #6B194B

Tints of Pompadour #6B194B

Color information

#6B194B (or 0x6B194B) is unknown color: approx Pompadour. HEX triplet: 6B, 19 and 4B. RGB value is (107,25,75). Sum of RGB (Red+Green+Blue) = 107+25+75=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B194B is #94E6B4. Grayscale: #373737. Windows color (decimal): -9758389 or 4921707. OLE color: 4921707.

HSL color Cylindrical-coordinate representation of color #6B194B: hue angle of 323.41º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B194B is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB1072575-
CMYK00.770.300.58
HSL323.41º62.12%25.88%-
HSV(B)323.41º76.64%41.96%-
XYZ7.684.337.09-
YUV55.22139.17164.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.69%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=51.69%
G=12.08%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107257500.770.300.58323.4162.1225.88
Hex6B194B04D1E3A1433e1a
Octal15331113011536725037632
Binary1101011110011001011010011011111011101010100001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,25,75); }

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

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

 a { background-color: rgb(107,25,75); }

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

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

 span { border-color: rgb(107,25,75); }

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