#68254E

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

Shades of Pompadour #68254E

Tints of Pompadour #68254E

Color information

#68254E (or 0x68254E) is unknown color: approx Pompadour. HEX triplet: 68, 25 and 4E. RGB value is (104,37,78). Sum of RGB (Red+Green+Blue) = 104+37+78=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68254E is #97DAB1. Grayscale: #3D3D3D. Windows color (decimal): -9951922 or 5121384. OLE color: 5121384.

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

Color convert

RGB1043778-
CMYK00.640.250.59
HSL323.28º47.52%27.65%-
HSV(B)323.28º64.42%40.78%-
XYZ7.754.827.73-
YUV61.71137.2158.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=47.49%
G=16.89%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104377800.640.250.59323.2847.5227.65
Hex68254E040193B143301c
Octal15045116010031735036034
Binary11010001001011001110010000001100111101110100001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,37,78); }

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

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

 a { background-color: rgb(104,37,78); }

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

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

 span { border-color: rgb(104,37,78); }

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