Html Css Color HEX #5B1C3D Pompadour

📋 copy color: '#5B1C3D'

red 91 ◦ green 28 ◦ blue 61

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

Shades of Pompadour #5B1C3D

Tints of Pompadour #5B1C3D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.56%

 BLUE value IS 61 (24.22% from 255) = 33.89%

R = 50.56%
G = 15.56%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5B1C3D (or 0x5B1C3D) is known color: Pompadour. HEX triplet: 5B, 1C and 3D. RGB value is (91,28,61). Sum of RGB (Red+Green+Blue) = 91+28+61=180 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.56% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1C3D is #A4E3C2. Grayscale: #323232. Windows color (decimal): -10806211 or 4004955. OLE color: 4004955.

HSL color Cylindrical-coordinate representation of color #5B1C3D: hue angle of 328.57º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B1C3D is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 28 61 -
CMYK 0 0.69 0.33 0.64
HSL 328.57º 0.53% 0.23% -
HSV(B) 328.57º 0.69% 0.36% -
XYZ 5.57 3.39 4.78 -
YUV 50.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 91 28 61 0 0.69 0.33 0.64 328.57 0.53 0.23
Hex 5B 1C 3D 0 45 21 40 149 35 17
Octal 133 34 75 0 105 41 100 511 65 27
Binary 1011011 11100 111101 0 1000101 100001 1000000 101001001 110101 10111

Color Harmonies of #5B1C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1C3D

Black with #5B1C3D

Text Example


Text Example

White with #5B1C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,28,61); }

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

background-color css

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

 a { background-color: rgb(91,28,61); }

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

border-color css

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

 span { border-color: rgb(91,28,61); }

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