Html Css Color HEX #601742 Pompadour

📋 copy color: '#601742'

red 96 ◦ green 23 ◦ blue 66

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

Shades of Pompadour #601742

Tints of Pompadour #601742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 51.89%
G = 12.43%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#601742 (or 0x601742) is known color: Pompadour. HEX triplet: 60, 17 and 42. RGB value is (96,23,66). Sum of RGB (Red+Green+Blue) = 96+23+66=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #601742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601742 is #9FE8BD. Grayscale: #313131. Windows color (decimal): -10479806 or 4331360. OLE color: 4331360.

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

Color convert

RGB 96 23 66 -
CMYK 0 0.76 0.31 0.62
HSL 324.66º 0.61% 0.23% -
HSV(B) 324.66º 0.76% 0.38% -
XYZ 6.11 3.49 5.51 -
YUV 49.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 96 23 66 0 0.76 0.31 0.62 324.66 0.61 0.23
Hex 60 17 42 0 4C 1F 3E 145 3D 17
Octal 140 27 102 0 114 37 76 505 75 27
Binary 1100000 10111 1000010 0 1001100 11111 111110 101000101 111101 10111

Color Harmonies of #601742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601742

Black with #601742

Text Example


Text Example

White with #601742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601742; }

 p { color: rgb(96,23,66); }

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

background-color css

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

 a { background-color: rgb(96,23,66); }

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

border-color css

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

 span { border-color: rgb(96,23,66); }

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