Html Css Color HEX #60173E Pompadour

📋 copy color: '#60173E'

red 96 ◦ green 23 ◦ blue 62

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

Shades of Pompadour #60173E

Tints of Pompadour #60173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.25%

R = 53.04%
G = 12.71%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#60173E (or 0x60173E) is known color: Pompadour. HEX triplet: 60, 17 and 3E. RGB value is (96,23,62). Sum of RGB (Red+Green+Blue) = 96+23+62=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60173E is #9FE8C1. Grayscale: #313131. Windows color (decimal): -10479810 or 4069216. OLE color: 4069216.

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

Color convert

RGB 96 23 62 -
CMYK 0 0.76 0.35 0.62
HSL 327.95º 0.61% 0.23% -
HSV(B) 327.95º 0.76% 0.38% -
XYZ 6 3.45 4.91 -
YUV 49.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 96 23 62 0 0.76 0.35 0.62 327.95 0.61 0.23
Hex 60 17 3E 0 4C 23 3E 148 3D 17
Octal 140 27 76 0 114 43 76 510 75 27
Binary 1100000 10111 111110 0 1001100 100011 111110 101001000 111101 10111

Color Harmonies of #60173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60173E

Black with #60173E

Text Example


Text Example

White with #60173E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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