#67193E

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

Shades of Pompadour #67193E

Tints of Pompadour #67193E

Color information

#67193E (or 0x67193E) is unknown color: approx Pompadour. HEX triplet: 67, 19 and 3E. RGB value is (103,25,62). Sum of RGB (Red+Green+Blue) = 103+25+62=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #67193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67193E is #98E6C1. Grayscale: #343434. Windows color (decimal): -10020546 or 4069735. OLE color: 4069735.

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

Color convert

RGB1032562-
CMYK00.760.400.60
HSL331.54º60.94%25.1%-
HSV(B)331.54º75.73%40.39%-
XYZ6.813.934.96-
YUV52.54133.34163.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.21%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=54.21%
G=13.16%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103256200.760.400.60331.5460.9425.1
Hex67193E04C283C14c3d19
Octal1473176011450745147531
Binary1100111110011111100100110010100011110010100110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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