#67193A

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

Shades of Pompadour #67193A

Tints of Pompadour #67193A

Color information

#67193A (or 0x67193A) is unknown color: approx Pompadour. HEX triplet: 67, 19 and 3A. RGB value is (103,25,58). Sum of RGB (Red+Green+Blue) = 103+25+58=186 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.38% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 103 - color contains mainly: red. Hex color #67193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67193A is #98E6C5. Grayscale: #343434. Windows color (decimal): -10020550 or 3807591. OLE color: 3807591.

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

Color convert

RGB1032558-
CMYK00.760.440.60
HSL334.62º60.94%25.1%-
HSV(B)334.62º75.73%40.39%-
XYZ6.73.884.4-
YUV52.08131.34164.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.38%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=55.38%
G=13.44%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103255800.760.440.60334.6260.9425.1
Hex67193A04C2C3C14f3d19
Octal1473172011454745177531
Binary1100111110011110100100110010110011110010100111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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