Html Css Color HEX #60173A Pompadour

📋 copy color: '#60173A'

red 96 ◦ green 23 ◦ blue 58

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

Shades of Pompadour #60173A

Tints of Pompadour #60173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 54.24%
G = 12.99%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#60173A (or 0x60173A) is known color: Pompadour. HEX triplet: 60, 17 and 3A. RGB value is (96,23,58). Sum of RGB (Red+Green+Blue) = 96+23+58=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60173A is #9FE8C5. Grayscale: #303030. Windows color (decimal): -10479814 or 3807072. OLE color: 3807072.

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

Color convert

RGB 96 23 58 -
CMYK 0 0.76 0.40 0.62
HSL 331.23º 0.61% 0.23% -
HSV(B) 331.23º 0.76% 0.38% -
XYZ 5.89 3.41 4.35 -
YUV 48.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 96 23 58 0 0.76 0.40 0.62 331.23 0.61 0.23
Hex 60 17 3A 0 4C 28 3E 14B 3D 17
Octal 140 27 72 0 114 50 76 513 75 27
Binary 1100000 10111 111010 0 1001100 101000 111110 101001011 111101 10111

Color Harmonies of #60173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60173A

Black with #60173A

Text Example


Text Example

White with #60173A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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