#6B214A

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

Shades of Pompadour #6B214A

Tints of Pompadour #6B214A

Color information

#6B214A (or 0x6B214A) is unknown color: approx Pompadour. HEX triplet: 6B, 21 and 4A. RGB value is (107,33,74). Sum of RGB (Red+Green+Blue) = 107+33+74=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B214A is #94DEB5. Grayscale: #3B3B3B. Windows color (decimal): -9756342 or 4858219. OLE color: 4858219.

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

Color convert

RGB1073374-
CMYK00.690.310.58
HSL326.76º52.86%27.45%-
HSV(B)326.76º69.16%41.96%-
XYZ7.844.716.97-
YUV59.8136.02161.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=50%
G=15.42%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107337400.690.310.58326.7652.8627.45
Hex6B214A0451F3A147351b
Octal15341112010537725076533
Binary11010111000011001010010001011111111101010100011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,33,74); }

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

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

 a { background-color: rgb(107,33,74); }

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

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

 span { border-color: rgb(107,33,74); }

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