#67134D

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

Shades of Pompadour #67134D

Tints of Pompadour #67134D

Color information

#67134D (or 0x67134D) is unknown color: approx Pompadour. HEX triplet: 67, 13 and 4D. RGB value is (103,19,77). Sum of RGB (Red+Green+Blue) = 103+19+77=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67134D is #98ECB2. Grayscale: #323232. Windows color (decimal): -10022067 or 5051239. OLE color: 5051239.

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

Color convert

RGB1031977-
CMYK00.820.250.60
HSL318.57º68.85%23.92%-
HSV(B)318.57º81.55%40.39%-
XYZ7.173.897.39-
YUV50.73142.83165.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.76%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=51.76%
G=9.55%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103197700.820.250.60318.5768.8523.92
Hex67134D052193C13f4518
Octal147231150122317447710530
Binary11001111001110011010101001011001111100100111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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