#68224B

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

Shades of Pompadour #68224B

Tints of Pompadour #68224B

Color information

#68224B (or 0x68224B) is unknown color: approx Pompadour. HEX triplet: 68, 22 and 4B. RGB value is (104,34,75). Sum of RGB (Red+Green+Blue) = 104+34+75=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68224B is #97DDB4. Grayscale: #3B3B3B. Windows color (decimal): -9952693 or 4924008. OLE color: 4924008.

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

Color convert

RGB1043475-
CMYK00.670.280.59
HSL324.86º50.72%27.06%-
HSV(B)324.86º67.31%40.78%-
XYZ7.554.67.15-
YUV59.6136.69159.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=48.83%
G=15.96%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104347500.670.280.59324.8650.7227.06
Hex68224B0431C3B145331b
Octal15042113010334735056333
Binary11010001000101001011010000111110011101110100010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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