Html Css Color HEX #5F1D3F Pompadour

📋 copy color: '#5F1D3F'

red 95 ◦ green 29 ◦ blue 63

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

Shades of Pompadour #5F1D3F

Tints of Pompadour #5F1D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.51%

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

R = 50.8%
G = 15.51%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.63

RGB Variations

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

Color information

#5F1D3F (or 0x5F1D3F) is known color: Pompadour. HEX triplet: 5F, 1D and 3F. RGB value is (95,29,63). Sum of RGB (Red+Green+Blue) = 95+29+63=187 (24% of max value = 765). Red value is 95 (37.5% from 255 or 50.80% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1D3F is #A0E2C0. Grayscale: #343434. Windows color (decimal): -10543809 or 4136287. OLE color: 4136287.

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

Color convert

RGB 95 29 63 -
CMYK 0 0.69 0.34 0.63
HSL 329.09º 0.53% 0.24% -
HSV(B) 329.09º 0.69% 0.37% -
XYZ 6.06 3.67 5.09 -
YUV 52.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 95 29 63 0 0.69 0.34 0.63 329.09 0.53 0.24
Hex 5F 1D 3F 0 45 22 3F 149 35 18
Octal 137 35 77 0 105 42 77 511 65 30
Binary 1011111 11101 111111 0 1000101 100010 111111 101001001 110101 11000

Color Harmonies of #5F1D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1D3F

Black with #5F1D3F

Text Example


Text Example

White with #5F1D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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