Html Css Color HEX #601735 Pompadour

📋 copy color: '#601735'

red 96 ◦ green 23 ◦ blue 53

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

Shades of Pompadour #601735

Tints of Pompadour #601735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.81%

R = 55.81%
G = 13.37%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#601735 (or 0x601735) is known color: Pompadour. HEX triplet: 60, 17 and 35. RGB value is (96,23,53). Sum of RGB (Red+Green+Blue) = 96+23+53=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #601735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601735 is #9FE8CA. Grayscale: #303030. Windows color (decimal): -10479819 or 3479392. OLE color: 3479392.

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

Color convert

RGB 96 23 53 -
CMYK 0 0.76 0.45 0.62
HSL 335.34º 0.61% 0.23% -
HSV(B) 335.34º 0.76% 0.38% -
XYZ 5.77 3.36 3.71 -
YUV 48.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 96 23 53 0 0.76 0.45 0.62 335.34 0.61 0.23
Hex 60 17 35 0 4C 2D 3E 14F 3D 17
Octal 140 27 65 0 114 55 76 517 75 27
Binary 1100000 10111 110101 0 1001100 101101 111110 101001111 111101 10111

Color Harmonies of #601735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601735

Black with #601735

Text Example


Text Example

White with #601735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601735; }

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

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

background-color css

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

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

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

border-color css

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

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

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