#601634

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

Shades of Pompadour #601634

Tints of Pompadour #601634

Color information

#601634 (or 0x601634) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 34. RGB value is (96,22,52). Sum of RGB (Red+Green+Blue) = 96+22+52=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #601634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601634 is #9FE9CB. Grayscale: #2F2F2F. Windows color (decimal): -10480076 or 3413600. OLE color: 3413600.

HSL color Cylindrical-coordinate representation of color #601634: hue angle of 335.68º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601634 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB962252-
CMYK00.770.460.62
HSL335.68º62.71%23.14%-
HSV(B)335.68º77.08%37.65%-
XYZ5.733.313.59-
YUV47.55130.52162.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.47%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 52 (20.70% from 255) = 30.59%
R=56.47%
G=12.94%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96225200.770.460.62335.6862.7123.14
Hex60163404D2E3E1503f17
Octal1402664011556765207727
Binary1100000101101101000100110110111011111010101000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601634; }

 p { color: rgb(96,22,52); }

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

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

 a { background-color: rgb(96,22,52); }

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

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

 span { border-color: rgb(96,22,52); }

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