Html Css Color HEX #5F1646 Pompadour

📋 copy color: '#5F1646'

red 95 ◦ green 22 ◦ blue 70

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

Shades of Pompadour #5F1646

Tints of Pompadour #5F1646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.76%

 BLUE value IS 70 (27.73% from 255) = 37.43%

R = 50.8%
G = 11.76%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#5F1646 (or 0x5F1646) is known color: Pompadour. HEX triplet: 5F, 16 and 46. RGB value is (95,22,70). Sum of RGB (Red+Green+Blue) = 95+22+70=187 (24% of max value = 765). Red value is 95 (37.5% from 255 or 50.80% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1646 is #A0E9B9. Grayscale: #313131. Windows color (decimal): -10545594 or 4593247. OLE color: 4593247.

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

Color convert

RGB 95 22 70 -
CMYK 0 0.77 0.26 0.63
HSL 320.55º 0.62% 0.23% -
HSV(B) 320.55º 0.77% 0.37% -
XYZ 6.11 3.45 6.14 -
YUV 49.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 95 22 70 0 0.77 0.26 0.63 320.55 0.62 0.23
Hex 5F 16 46 0 4D 1A 3F 141 3E 17
Octal 137 26 106 0 115 32 77 501 76 27
Binary 1011111 10110 1000110 0 1001101 11010 111111 101000001 111110 10111

Color Harmonies of #5F1646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1646

Black with #5F1646

Text Example


Text Example

White with #5F1646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,22,70); }

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

background-color css

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

 a { background-color: rgb(95,22,70); }

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

border-color css

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

 span { border-color: rgb(95,22,70); }

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