Html Css Color HEX #5D2741 Pompadour

📋 copy color: '#5D2741'

red 93 ◦ green 39 ◦ blue 65

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

Shades of Pompadour #5D2741

Tints of Pompadour #5D2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.8%

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

R = 47.21%
G = 19.8%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#5D2741 (or 0x5D2741) is known color: Pompadour. HEX triplet: 5D, 27 and 41. RGB value is (93,39,65). Sum of RGB (Red+Green+Blue) = 93+39+65=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2741 is #A2D8BE. Grayscale: #3A3A3A. Windows color (decimal): -10672319 or 4269917. OLE color: 4269917.

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

Color convert

RGB 93 39 65 -
CMYK 0 0.58 0.30 0.64
HSL 331.11º 0.41% 0.26% -
HSV(B) 331.11º 0.58% 0.36% -
XYZ 6.19 4.16 5.48 -
YUV 58.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 93 39 65 0 0.58 0.30 0.64 331.11 0.41 0.26
Hex 5D 27 41 0 3A 1E 40 14B 29 1A
Octal 135 47 101 0 72 36 100 513 51 32
Binary 1011101 100111 1000001 0 111010 11110 1000000 101001011 101001 11010

Color Harmonies of #5D2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2741

Black with #5D2741

Text Example


Text Example

White with #5D2741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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