Html Css Color HEX #5F2448 Pompadour

📋 copy color: '#5F2448'

red 95 ◦ green 36 ◦ blue 72

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

Shades of Pompadour #5F2448

Tints of Pompadour #5F2448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

 BLUE value IS 72 (28.52% from 255) = 35.47%

R = 46.8%
G = 17.73%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5F2448 (or 0x5F2448) is known color: Pompadour. HEX triplet: 5F, 24 and 48. RGB value is (95,36,72). Sum of RGB (Red+Green+Blue) = 95+36+72=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2448 is #A0DBB7. Grayscale: #393939. Windows color (decimal): -10542008 or 4727903. OLE color: 4727903.

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

Color convert

RGB 95 36 72 -
CMYK 0 0.62 0.24 0.63
HSL 323.39º 0.45% 0.26% -
HSV(B) 323.39º 0.62% 0.37% -
XYZ 6.52 4.16 6.59 -
YUV 57.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 95 36 72 0 0.62 0.24 0.63 323.39 0.45 0.26
Hex 5F 24 48 0 3E 18 3F 143 2D 1A
Octal 137 44 110 0 76 30 77 503 55 32
Binary 1011111 100100 1001000 0 111110 11000 111111 101000011 101101 11010

Color Harmonies of #5F2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2448

Black with #5F2448

Text Example


Text Example

White with #5F2448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,36,72); }

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

background-color css

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

 a { background-color: rgb(95,36,72); }

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

border-color css

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

 span { border-color: rgb(95,36,72); }

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