#68244B

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

Shades of Pompadour #68244B

Tints of Pompadour #68244B

Color information

#68244B (or 0x68244B) is unknown color: approx Pompadour. HEX triplet: 68, 24 and 4B. RGB value is (104,36,75). Sum of RGB (Red+Green+Blue) = 104+36+75=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68244B is #97DBB4. Grayscale: #3C3C3C. Windows color (decimal): -9952181 or 4924520. OLE color: 4924520.

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

Color convert

RGB1043675-
CMYK00.650.280.59
HSL325.59º48.57%27.45%-
HSV(B)325.59º65.38%40.78%-
XYZ7.614.717.17-
YUV60.78136.03158.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=48.37%
G=16.74%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104367500.650.280.59325.5948.5727.45
Hex68244B0411C3B146311b
Octal15044113010134735066133
Binary11010001001001001011010000011110011101110100011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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