Html Css Color HEX #5B2741 Pompadour

📋 copy color: '#5B2741'

red 91 ◦ green 39 ◦ blue 65

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

Shades of Pompadour #5B2741

Tints of Pompadour #5B2741

RGB

 RED value IS 91 (35.94% from 255) = 46.67%

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

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

R = 46.67%
G = 20%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#5B2741 (or 0x5B2741) is known color: Pompadour. HEX triplet: 5B, 27 and 41. RGB value is (91,39,65). Sum of RGB (Red+Green+Blue) = 91+39+65=195 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.67% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2741 is #A4D8BE. Grayscale: #393939. Windows color (decimal): -10803391 or 4269915. OLE color: 4269915.

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

Color convert

RGB 91 39 65 -
CMYK 0 0.57 0.29 0.64
HSL 330º 0.4% 0.25% -
HSV(B) 330º 0.57% 0.36% -
XYZ 5.99 4.06 5.47 -
YUV 57.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 91 39 65 0 0.57 0.29 0.64 330 0.4 0.25
Hex 5B 27 41 0 39 1D 40 14A 28 19
Octal 133 47 101 0 71 35 100 512 50 31
Binary 1011011 100111 1000001 0 111001 11101 1000000 101001010 101000 11001

Color Harmonies of #5B2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2741

Black with #5B2741

Text Example


Text Example

White with #5B2741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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