Html Css Color HEX #601440 Pompadour

📋 copy color: '#601440'

red 96 ◦ green 20 ◦ blue 64

#601440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #601440

Tints of Pompadour #601440

RGB

 RED value IS 96 (37.89% from 255) = 53.33%

 GREEN value IS 20 (8.2% from 255) = 11.11%

 BLUE value IS 64 (25.39% from 255) = 35.56%

R = 53.33%
G = 11.11%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#601440 (or 0x601440) is known color: Pompadour. HEX triplet: 60, 14 and 40. RGB value is (96,20,64). Sum of RGB (Red+Green+Blue) = 96+20+64=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #601440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601440 is #9FEBBF. Grayscale: #2F2F2F. Windows color (decimal): -10480576 or 4199520. OLE color: 4199520.

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

Color convert

RGB 96 20 64 -
CMYK 0 0.79 0.33 0.62
HSL 325.26º 0.66% 0.23% -
HSV(B) 325.26º 0.79% 0.38% -
XYZ 6 3.36 5.18 -
YUV 47.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 96 20 64 0 0.79 0.33 0.62 325.26 0.66 0.23
Hex 60 14 40 0 4F 21 3E 145 42 17
Octal 140 24 100 0 117 41 76 505 102 27
Binary 1100000 10100 1000000 0 1001111 100001 111110 101000101 1000010 10111

Color Harmonies of #601440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601440

Black with #601440

Text Example


Text Example

White with #601440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601440; }

 p { color: rgb(96,20,64); }

 H1.HeaderClassName
 {
   color: #601440;
 }
 .AnyTagClassName
 {
   color: #601440;
 }
</style>

background-color css

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

 a { background-color: rgb(96,20,64); }

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

border-color css

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

 span { border-color: rgb(96,20,64); }

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