Html Css Color HEX #5F173F Pompadour

📋 copy color: '#5F173F'

red 95 ◦ green 23 ◦ blue 63

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

Shades of Pompadour #5F173F

Tints of Pompadour #5F173F

RGB

 RED value IS 95 (37.5% from 255) = 52.49%

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

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

R = 52.49%
G = 12.71%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.63

RGB Variations

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

Color information

#5F173F (or 0x5F173F) is known color: Pompadour. HEX triplet: 5F, 17 and 3F. RGB value is (95,23,63). Sum of RGB (Red+Green+Blue) = 95+23+63=181 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.49% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 95 - color contains mainly: red. Hex color #5F173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F173F is #A0E8C0. Grayscale: #313131. Windows color (decimal): -10545345 or 4134751. OLE color: 4134751.

HSL color Cylindrical-coordinate representation of color #5F173F: hue angle of 326.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F173F is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 23 63 -
CMYK 0 0.76 0.34 0.63
HSL 326.67º 0.61% 0.23% -
HSV(B) 326.67º 0.76% 0.37% -
XYZ 5.92 3.4 5.05 -
YUV 49.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 95 23 63 0 0.76 0.34 0.63 326.67 0.61 0.23
Hex 5F 17 3F 0 4C 22 3F 147 3D 17
Octal 137 27 77 0 114 42 77 507 75 27
Binary 1011111 10111 111111 0 1001100 100010 111111 101000111 111101 10111

Color Harmonies of #5F173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F173F

Black with #5F173F

Text Example


Text Example

White with #5F173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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