Html Css Color HEX #5B1A3D Pompadour

📋 copy color: '#5B1A3D'

red 91 ◦ green 26 ◦ blue 61

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

Shades of Pompadour #5B1A3D

Tints of Pompadour #5B1A3D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.61%

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

R = 51.12%
G = 14.61%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5B1A3D (or 0x5B1A3D) is known color: Pompadour. HEX triplet: 5B, 1A and 3D. RGB value is (91,26,61). Sum of RGB (Red+Green+Blue) = 91+26+61=178 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.12% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1A3D is #A4E5C2. Grayscale: #313131. Windows color (decimal): -10806723 or 4004443. OLE color: 4004443.

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

Color convert

RGB 91 26 61 -
CMYK 0 0.71 0.33 0.64
HSL 327.69º 0.56% 0.23% -
HSV(B) 327.69º 0.71% 0.36% -
XYZ 5.53 3.3 4.76 -
YUV 49.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 91 26 61 0 0.71 0.33 0.64 327.69 0.56 0.23
Hex 5B 1A 3D 0 47 21 40 148 38 17
Octal 133 32 75 0 107 41 100 510 70 27
Binary 1011011 11010 111101 0 1000111 100001 1000000 101001000 111000 10111

Color Harmonies of #5B1A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1A3D

Black with #5B1A3D

Text Example


Text Example

White with #5B1A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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