Html Css Color HEX #5F193E Pompadour

📋 copy color: '#5F193E'

red 95 ◦ green 25 ◦ blue 62

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

Shades of Pompadour #5F193E

Tints of Pompadour #5F193E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.74%

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

R = 52.2%
G = 13.74%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#5F193E (or 0x5F193E) is known color: Pompadour. HEX triplet: 5F, 19 and 3E. RGB value is (95,25,62). Sum of RGB (Red+Green+Blue) = 95+25+62=182 (24% of max value = 765). Red value is 95 (37.5% from 255 or 52.20% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 95 - color contains mainly: red. Hex color #5F193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F193E is #A0E6C1. Grayscale: #323232. Windows color (decimal): -10544834 or 4069727. OLE color: 4069727.

HSL color Cylindrical-coordinate representation of color #5F193E: hue angle of 328.29º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F193E is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 25 62 -
CMYK 0 0.74 0.35 0.63
HSL 328.29º 0.58% 0.24% -
HSV(B) 328.29º 0.74% 0.37% -
XYZ 5.94 3.48 4.92 -
YUV 50.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 95 25 62 0 0.74 0.35 0.63 328.29 0.58 0.24
Hex 5F 19 3E 0 4A 23 3F 148 3A 18
Octal 137 31 76 0 112 43 77 510 72 30
Binary 1011111 11001 111110 0 1001010 100011 111111 101001000 111010 11000

Color Harmonies of #5F193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F193E

Black with #5F193E

Text Example


Text Example

White with #5F193E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,25,62); }

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

background-color css

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

 a { background-color: rgb(95,25,62); }

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

border-color css

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

 span { border-color: rgb(95,25,62); }

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