Html Css Color HEX #60173F Pompadour

📋 copy color: '#60173F'

red 96 ◦ green 23 ◦ blue 63

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

Shades of Pompadour #60173F

Tints of Pompadour #60173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.62%

R = 52.75%
G = 12.64%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#60173F (or 0x60173F) is known color: Pompadour. HEX triplet: 60, 17 and 3F. RGB value is (96,23,63). Sum of RGB (Red+Green+Blue) = 96+23+63=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #60173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60173F is #9FE8C0. Grayscale: #313131. Windows color (decimal): -10479809 or 4134752. OLE color: 4134752.

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

Color convert

RGB 96 23 63 -
CMYK 0 0.76 0.34 0.62
HSL 327.12º 0.61% 0.23% -
HSV(B) 327.12º 0.76% 0.38% -
XYZ 6.03 3.46 5.05 -
YUV 49.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 96 23 63 0 0.76 0.34 0.62 327.12 0.61 0.23
Hex 60 17 3F 0 4C 22 3E 147 3D 17
Octal 140 27 77 0 114 42 76 507 75 27
Binary 1100000 10111 111111 0 1001100 100010 111110 101000111 111101 10111

Color Harmonies of #60173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60173F

Black with #60173F

Text Example


Text Example

White with #60173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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