#67193F

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

Shades of Pompadour #67193F

Tints of Pompadour #67193F

Color information

#67193F (or 0x67193F) is unknown color: approx Pompadour. HEX triplet: 67, 19 and 3F. RGB value is (103,25,63). Sum of RGB (Red+Green+Blue) = 103+25+63=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #67193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67193F is #98E6C0. Grayscale: #343434. Windows color (decimal): -10020545 or 4135271. OLE color: 4135271.

HSL color Cylindrical-coordinate representation of color #67193F: hue angle of 330.77º 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 #67193F is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB1032563-
CMYK00.760.390.60
HSL330.77º60.94%25.1%-
HSV(B)330.77º75.73%40.39%-
XYZ6.843.945.1-
YUV52.65133.84163.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.93%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 63 (25% from 255) = 32.98%
R=53.93%
G=13.09%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103256300.760.390.60330.7760.9425.1
Hex67193F04C273C14b3d19
Octal1473177011447745137531
Binary1100111110011111110100110010011111110010100101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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