#67254B

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

Shades of Pompadour #67254B

Tints of Pompadour #67254B

Color information

#67254B (or 0x67254B) is unknown color: approx Pompadour. HEX triplet: 67, 25 and 4B. RGB value is (103,37,75). Sum of RGB (Red+Green+Blue) = 103+37+75=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67254B is #98DAB4. Grayscale: #3C3C3C. Windows color (decimal): -10017461 or 4924775. OLE color: 4924775.

HSL color Cylindrical-coordinate representation of color #67254B: hue angle of 325.45º 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 #67254B is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1033775-
CMYK00.640.270.60
HSL325.45º47.14%27.45%-
HSV(B)325.45º64.08%40.39%-
XYZ7.534.717.17-
YUV61.07135.87157.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=47.91%
G=17.21%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103377500.640.270.60325.4547.1427.45
Hex67254B0401B3C1452f1b
Octal14745113010033745055733
Binary11001111001011001011010000001101111110010100010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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