Html Css Color HEX #5D2341 Pompadour

📋 copy color: '#5D2341'

red 93 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #5D2341

Tints of Pompadour #5D2341

RGB

 RED value IS 93 (36.72% from 255) = 48.19%

 GREEN value IS 35 (14.06% from 255) = 18.13%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 48.19%
G = 18.13%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#5D2341 (or 0x5D2341) is known color: Pompadour. HEX triplet: 5D, 23 and 41. RGB value is (93,35,65). Sum of RGB (Red+Green+Blue) = 93+35+65=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2341 is #A2DCBE. Grayscale: #373737. Windows color (decimal): -10673343 or 4268893. OLE color: 4268893.

HSL color Cylindrical-coordinate representation of color #5D2341: hue angle of 328.97º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D2341 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 35 65 -
CMYK 0 0.62 0.30 0.64
HSL 328.97º 0.45% 0.25% -
HSV(B) 328.97º 0.62% 0.36% -
XYZ 6.07 3.91 5.44 -
YUV 55.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 93 35 65 0 0.62 0.30 0.64 328.97 0.45 0.25
Hex 5D 23 41 0 3E 1E 40 149 2D 19
Octal 135 43 101 0 76 36 100 511 55 31
Binary 1011101 100011 1000001 0 111110 11110 1000000 101001001 101101 11001

Color Harmonies of #5D2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2341

Black with #5D2341

Text Example


Text Example

White with #5D2341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,35,65); }

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

background-color css

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

 a { background-color: rgb(93,35,65); }

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

border-color css

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

 span { border-color: rgb(93,35,65); }

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