Html Css Color HEX #601A44 Pompadour

📋 copy color: '#601A44'

red 96 ◦ green 26 ◦ blue 68

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

Shades of Pompadour #601A44

Tints of Pompadour #601A44

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.68%

 BLUE value IS 68 (26.95% from 255) = 35.79%

R = 50.53%
G = 13.68%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#601A44 (or 0x601A44) is known color: Pompadour. HEX triplet: 60, 1A and 44. RGB value is (96,26,68). Sum of RGB (Red+Green+Blue) = 96+26+68=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #601A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A44 is #9FE5BB. Grayscale: #333333. Windows color (decimal): -10479036 or 4463200. OLE color: 4463200.

HSL color Cylindrical-coordinate representation of color #601A44: hue angle of 324º 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 #601A44 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 26 68 -
CMYK 0 0.73 0.29 0.62
HSL 324º 0.57% 0.24% -
HSV(B) 324º 0.73% 0.38% -
XYZ 6.24 3.64 5.84 -
YUV 51.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 96 26 68 0 0.73 0.29 0.62 324 0.57 0.24
Hex 60 1A 44 0 49 1D 3E 144 39 18
Octal 140 32 104 0 111 35 76 504 71 30
Binary 1100000 11010 1000100 0 1001001 11101 111110 101000100 111001 11000

Color Harmonies of #601A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A44

Black with #601A44

Text Example


Text Example

White with #601A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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