#67193D

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

Shades of Pompadour #67193D

Tints of Pompadour #67193D

Color information

#67193D (or 0x67193D) is unknown color: approx Pompadour. HEX triplet: 67, 19 and 3D. RGB value is (103,25,61). Sum of RGB (Red+Green+Blue) = 103+25+61=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #67193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67193D is #98E6C2. Grayscale: #343434. Windows color (decimal): -10020547 or 4004199. OLE color: 4004199.

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

Color convert

RGB1032561-
CMYK00.760.410.60
HSL332.31º60.94%25.1%-
HSV(B)332.31º75.73%40.39%-
XYZ6.783.924.81-
YUV52.43132.84164.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.50%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 61 (24.22% from 255) = 32.28%
R=54.50%
G=13.23%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103256100.760.410.60332.3160.9425.1
Hex67193D04C293C14c3d19
Octal1473175011451745147531
Binary1100111110011111010100110010100111110010100110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,25,61); }

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

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

 a { background-color: rgb(103,25,61); }

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

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

 span { border-color: rgb(103,25,61); }

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