#67224E

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

Shades of Pompadour #67224E

Tints of Pompadour #67224E

Color information

#67224E (or 0x67224E) is unknown color: approx Pompadour. HEX triplet: 67, 22 and 4E. RGB value is (103,34,78). Sum of RGB (Red+Green+Blue) = 103+34+78=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67224E is #98DDB1. Grayscale: #3B3B3B. Windows color (decimal): -10018226 or 5120615. OLE color: 5120615.

HSL color Cylindrical-coordinate representation of color #67224E: hue angle of 321.74º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67224E is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB1033478-
CMYK00.670.240.60
HSL321.74º50.36%26.86%-
HSV(B)321.74º66.99%40.39%-
XYZ7.544.587.69-
YUV59.65138.36158.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=47.91%
G=15.81%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103347800.670.240.60321.7450.3626.86
Hex67224E043183C142321b
Octal14742116010330745026233
Binary11001111000101001110010000111100011110010100001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67224E; }

 p { color: rgb(103,34,78); }

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

<style>
 a { background-color: #67224E; }

 a { background-color: rgb(103,34,78); }

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

<style>
 span { border-color: #67224E; }

 span { border-color: rgb(103,34,78); }

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