Html Css Color HEX #601448 Pompadour

📋 copy color: '#601448'

red 96 ◦ green 20 ◦ blue 72

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

Shades of Pompadour #601448

Tints of Pompadour #601448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 51.06%
G = 10.64%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#601448 (or 0x601448) is known color: Pompadour. HEX triplet: 60, 14 and 48. RGB value is (96,20,72). Sum of RGB (Red+Green+Blue) = 96+20+72=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #601448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601448 is #9FEBB7. Grayscale: #303030. Windows color (decimal): -10480568 or 4723808. OLE color: 4723808.

HSL color Cylindrical-coordinate representation of color #601448: hue angle of 318.95º 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 #601448 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 72 -
CMYK 0 0.79 0.25 0.62
HSL 318.95º 0.66% 0.23% -
HSV(B) 318.95º 0.79% 0.38% -
XYZ 6.24 3.45 6.47 -
YUV 48.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 96 20 72 0 0.79 0.25 0.62 318.95 0.66 0.23
Hex 60 14 48 0 4F 19 3E 13F 42 17
Octal 140 24 110 0 117 31 76 477 102 27
Binary 1100000 10100 1001000 0 1001111 11001 111110 100111111 1000010 10111

Color Harmonies of #601448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601448

Black with #601448

Text Example


Text Example

White with #601448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601448; }

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

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

background-color css

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

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

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

border-color css

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

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

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