#67254D

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

Shades of Pompadour #67254D

Tints of Pompadour #67254D

Color information

#67254D (or 0x67254D) is unknown color: approx Pompadour. HEX triplet: 67, 25 and 4D. RGB value is (103,37,77). Sum of RGB (Red+Green+Blue) = 103+37+77=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #67254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67254D is #98DAB2. Grayscale: #3D3D3D. Windows color (decimal): -10017459 or 5055847. OLE color: 5055847.

HSL color Cylindrical-coordinate representation of color #67254D: hue angle of 323.64º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67254D is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1033777-
CMYK00.640.250.60
HSL323.64º47.14%27.45%-
HSV(B)323.64º64.08%40.39%-
XYZ7.594.747.54-
YUV61.29136.87157.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.47%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=47.47%
G=17.05%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103377700.640.250.60323.6447.1427.45
Hex67254D040193C1442f1b
Octal14745115010031745045733
Binary11001111001011001101010000001100111110010100010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67254D; }

 p { color: rgb(103,37,77); }

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

<style>
 a { background-color: #67254D; }

 a { background-color: rgb(103,37,77); }

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

<style>
 span { border-color: #67254D; }

 span { border-color: rgb(103,37,77); }

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