Html Css Color HEX #60173B Pompadour

📋 copy color: '#60173B'

red 96 ◦ green 23 ◦ blue 59

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

Shades of Pompadour #60173B

Tints of Pompadour #60173B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.15%

R = 53.93%
G = 12.92%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#60173B (or 0x60173B) is known color: Pompadour. HEX triplet: 60, 17 and 3B. RGB value is (96,23,59). Sum of RGB (Red+Green+Blue) = 96+23+59=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60173B is #9FE8C4. Grayscale: #303030. Windows color (decimal): -10479813 or 3872608. OLE color: 3872608.

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

Color convert

RGB 96 23 59 -
CMYK 0 0.76 0.39 0.62
HSL 330.41º 0.61% 0.23% -
HSV(B) 330.41º 0.76% 0.38% -
XYZ 5.92 3.42 4.48 -
YUV 48.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 96 23 59 0 0.76 0.39 0.62 330.41 0.61 0.23
Hex 60 17 3B 0 4C 27 3E 14A 3D 17
Octal 140 27 73 0 114 47 76 512 75 27
Binary 1100000 10111 111011 0 1001100 100111 111110 101001010 111101 10111

Color Harmonies of #60173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60173B

Black with #60173B

Text Example


Text Example

White with #60173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60173B; }

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

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

background-color css

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

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

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

border-color css

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

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

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