#601A3B

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

Shades of Pompadour #601A3B

Tints of Pompadour #601A3B

Color information

#601A3B (or 0x601A3B) is unknown color: approx Pompadour. HEX triplet: 60, 1A and 3B. RGB value is (96,26,59). Sum of RGB (Red+Green+Blue) = 96+26+59=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #601A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A3B is #9FE5C4. Grayscale: #323232. Windows color (decimal): -10479045 or 3873376. OLE color: 3873376.

HSL color Cylindrical-coordinate representation of color #601A3B: hue angle of 331.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A3B is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB962659-
CMYK00.730.390.62
HSL331.71º57.38%23.92%-
HSV(B)331.71º72.92%37.65%-
XYZ5.983.544.51-
YUV50.69132.69160.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 26 (10.55% from 255) = 14.36%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=53.04%
G=14.36%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96265900.730.390.62331.7157.3823.92
Hex601A3B049273E14c3918
Octal1403273011147765147130
Binary1100000110101110110100100110011111111010100110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601A3B; }

 p { color: rgb(96,26,59); }

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

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

 a { background-color: rgb(96,26,59); }

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

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

 span { border-color: rgb(96,26,59); }

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