Html Css Color HEX #601638 Pompadour

📋 copy color: '#601638'

red 96 ◦ green 22 ◦ blue 56

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

Shades of Pompadour #601638

Tints of Pompadour #601638

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

 BLUE value IS 56 (22.27% from 255) = 32.18%

R = 55.17%
G = 12.64%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#601638 (or 0x601638) is known color: Pompadour. HEX triplet: 60, 16 and 38. RGB value is (96,22,56). Sum of RGB (Red+Green+Blue) = 96+22+56=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #601638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601638 is #9FE9C7. Grayscale: #2F2F2F. Windows color (decimal): -10480072 or 3675744. OLE color: 3675744.

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

Color convert

RGB 96 22 56 -
CMYK 0 0.77 0.42 0.62
HSL 332.43º 0.63% 0.23% -
HSV(B) 332.43º 0.77% 0.38% -
XYZ 5.82 3.35 4.08 -
YUV 48 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 96 22 56 0 0.77 0.42 0.62 332.43 0.63 0.23
Hex 60 16 38 0 4D 2A 3E 14C 3F 17
Octal 140 26 70 0 115 52 76 514 77 27
Binary 1100000 10110 111000 0 1001101 101010 111110 101001100 111111 10111

Color Harmonies of #601638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601638

Black with #601638

Text Example


Text Example

White with #601638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601638; }

 p { color: rgb(96,22,56); }

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

background-color css

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

 a { background-color: rgb(96,22,56); }

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

border-color css

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

 span { border-color: rgb(96,22,56); }

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