#67214F

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

Shades of Pompadour #67214F

Tints of Pompadour #67214F

Color information

#67214F (or 0x67214F) is unknown color: approx Pompadour. HEX triplet: 67, 21 and 4F. RGB value is (103,33,79). Sum of RGB (Red+Green+Blue) = 103+33+79=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67214F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67214F is #98DEB0. Grayscale: #3B3B3B. Windows color (decimal): -10018481 or 5185895. OLE color: 5185895.

HSL color Cylindrical-coordinate representation of color #67214F: hue angle of 320.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67214F is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB1033379-
CMYK00.680.230.60
HSL320.57º51.47%26.67%-
HSV(B)320.57º67.96%40.39%-
XYZ7.554.547.87-
YUV59.17139.19159.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=47.91%
G=15.35%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103337900.680.230.60320.5751.4726.67
Hex67214F044173C141331b
Octal14741117010427745016333
Binary11001111000011001111010001001011111110010100000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67214F; }

 p { color: rgb(103,33,79); }

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

<style>
 a { background-color: #67214F; }

 a { background-color: rgb(103,33,79); }

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

<style>
 span { border-color: #67214F; }

 span { border-color: rgb(103,33,79); }

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