Html Css Color HEX #601935 Pompadour

📋 copy color: '#601935'

red 96 ◦ green 25 ◦ blue 53

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

Shades of Pompadour #601935

Tints of Pompadour #601935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

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

R = 55.17%
G = 14.37%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#601935 (or 0x601935) is known color: Pompadour. HEX triplet: 60, 19 and 35. RGB value is (96,25,53). Sum of RGB (Red+Green+Blue) = 96+25+53=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #601935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601935 is #9FE6CA. Grayscale: #313131. Windows color (decimal): -10479307 or 3479904. OLE color: 3479904.

HSL color Cylindrical-coordinate representation of color #601935: hue angle of 336.34º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #601935 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 53 -
CMYK 0 0.74 0.45 0.62
HSL 336.34º 0.59% 0.24% -
HSV(B) 336.34º 0.74% 0.38% -
XYZ 5.81 3.44 3.73 -
YUV 49.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 96 25 53 0 0.74 0.45 0.62 336.34 0.59 0.24
Hex 60 19 35 0 4A 2D 3E 150 3B 18
Octal 140 31 65 0 112 55 76 520 73 30
Binary 1100000 11001 110101 0 1001010 101101 111110 101010000 111011 11000

Color Harmonies of #601935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601935

Black with #601935

Text Example


Text Example

White with #601935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601935; }

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

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

background-color css

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

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

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

border-color css

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

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

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