#67244B

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

Shades of Pompadour #67244B

Tints of Pompadour #67244B

Color information

#67244B (or 0x67244B) is unknown color: approx Pompadour. HEX triplet: 67, 24 and 4B. RGB value is (103,36,75). Sum of RGB (Red+Green+Blue) = 103+36+75=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #67244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67244B is #98DBB4. Grayscale: #3C3C3C. Windows color (decimal): -10017717 or 4924519. OLE color: 4924519.

HSL color Cylindrical-coordinate representation of color #67244B: hue angle of 325.07º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67244B is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1033675-
CMYK00.650.270.60
HSL325.07º48.2%27.25%-
HSV(B)325.07º65.05%40.39%-
XYZ7.494.657.16-
YUV60.48136.2158.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.13%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=48.13%
G=16.82%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103367500.650.270.60325.0748.227.25
Hex67244B0411B3C145301b
Octal14744113010133745056033
Binary11001111001001001011010000011101111110010100010111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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