#67124E

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

Shades of Pompadour #67124E

Tints of Pompadour #67124E

Color information

#67124E (or 0x67124E) is unknown color: approx Pompadour. HEX triplet: 67, 12 and 4E. RGB value is (103,18,78). Sum of RGB (Red+Green+Blue) = 103+18+78=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67124E is #98EDB1. Grayscale: #323232. Windows color (decimal): -10022322 or 5116519. OLE color: 5116519.

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

Color convert

RGB1031878-
CMYK00.830.240.60
HSL317.65º70.25%23.73%-
HSV(B)317.65º82.52%40.39%-
XYZ7.183.877.58-
YUV50.26143.66165.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.76%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=51.76%
G=9.05%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103187800.830.240.60317.6570.2523.73
Hex67124E053183C13e4618
Octal147221160123307447610630
Binary11001111001010011100101001111000111100100111110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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