#6B1A4E

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

Shades of Pompadour #6B1A4E

Tints of Pompadour #6B1A4E

Color information

#6B1A4E (or 0x6B1A4E) is unknown color: approx Pompadour. HEX triplet: 6B, 1A and 4E. RGB value is (107,26,78). Sum of RGB (Red+Green+Blue) = 107+26+78=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1A4E is #94E5B1. Grayscale: #383838. Windows color (decimal): -9758130 or 5118571. OLE color: 5118571.

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

Color convert

RGB1072678-
CMYK00.760.270.58
HSL321.48º60.9%26.08%-
HSV(B)321.48º75.7%41.96%-
XYZ7.814.417.65-
YUV56.15140.34164.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.71%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=50.71%
G=12.32%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107267800.760.270.58321.4860.926.08
Hex6B1A4E04C1B3A1413d1a
Octal15332116011433725017532
Binary1101011110101001110010011001101111101010100000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,26,78); }

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

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

 a { background-color: rgb(107,26,78); }

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

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

 span { border-color: rgb(107,26,78); }

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