#68174B

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

Shades of Pompadour #68174B

Tints of Pompadour #68174B

Color information

#68174B (or 0x68174B) is unknown color: approx Pompadour. HEX triplet: 68, 17 and 4B. RGB value is (104,23,75). Sum of RGB (Red+Green+Blue) = 104+23+75=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68174B is #97E8B4. Grayscale: #353535. Windows color (decimal): -9955509 or 4921192. OLE color: 4921192.

HSL color Cylindrical-coordinate representation of color #68174B: hue angle of 321.48º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68174B is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1042375-
CMYK00.780.280.59
HSL321.48º63.78%24.9%-
HSV(B)321.48º77.88%40.78%-
XYZ7.294.067.06-
YUV53.15140.34164.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=51.49%
G=11.39%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104237500.780.280.59321.4863.7824.9
Hex68174B04E1C3B1414019
Octal150271130116347350110031
Binary11010001011110010110100111011100111011101000001100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68174B; }

 p { color: rgb(104,23,75); }

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

<style>
 a { background-color: #68174B; }

 a { background-color: rgb(104,23,75); }

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

<style>
 span { border-color: #68174B; }

 span { border-color: rgb(104,23,75); }

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