#601834

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

Shades of Pompadour #601834

Tints of Pompadour #601834

Color information

#601834 (or 0x601834) is unknown color: approx Pompadour. HEX triplet: 60, 18 and 34. RGB value is (96,24,52). Sum of RGB (Red+Green+Blue) = 96+24+52=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #601834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601834 is #9FE7CB. Grayscale: #303030. Windows color (decimal): -10479564 or 3414112. OLE color: 3414112.

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

Color convert

RGB962452-
CMYK00.750.460.62
HSL336.67º60%23.53%-
HSV(B)336.67º75%37.65%-
XYZ5.773.393.6-
YUV48.72129.85161.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 52 (20.70% from 255) = 30.23%
R=55.81%
G=13.95%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96245200.750.460.62336.676023.53
Hex60183404B2E3E1513c18
Octal1403064011356765217430
Binary1100000110001101000100101110111011111010101000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601834; }

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

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

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

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

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

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

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

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