Html Css Color HEX #601745 Pompadour

📋 copy color: '#601745'

red 96 ◦ green 23 ◦ blue 69

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

Shades of Pompadour #601745

Tints of Pompadour #601745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.7%

R = 51.06%
G = 12.23%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#601745 (or 0x601745) is known color: Pompadour. HEX triplet: 60, 17 and 45. RGB value is (96,23,69). Sum of RGB (Red+Green+Blue) = 96+23+69=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #601745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601745 is #9FE8BA. Grayscale: #313131. Windows color (decimal): -10479803 or 4527968. OLE color: 4527968.

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

Color convert

RGB 96 23 69 -
CMYK 0 0.76 0.28 0.62
HSL 322.19º 0.61% 0.23% -
HSV(B) 322.19º 0.76% 0.38% -
XYZ 6.2 3.53 5.98 -
YUV 50.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 96 23 69 0 0.76 0.28 0.62 322.19 0.61 0.23
Hex 60 17 45 0 4C 1C 3E 142 3D 17
Octal 140 27 105 0 114 34 76 502 75 27
Binary 1100000 10111 1000101 0 1001100 11100 111110 101000010 111101 10111

Color Harmonies of #601745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601745

Black with #601745

Text Example


Text Example

White with #601745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601745; }

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

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

background-color css

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

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

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

border-color css

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

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

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