Html Css Color HEX #5B1A3A Pompadour

📋 copy color: '#5B1A3A'

red 91 ◦ green 26 ◦ blue 58

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

Shades of Pompadour #5B1A3A

Tints of Pompadour #5B1A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.14%

R = 52%
G = 14.86%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.64

RGB Variations

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

Color information

#5B1A3A (or 0x5B1A3A) is known color: Pompadour. HEX triplet: 5B, 1A and 3A. RGB value is (91,26,58). Sum of RGB (Red+Green+Blue) = 91+26+58=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1A3A is #A4E5C5. Grayscale: #313131. Windows color (decimal): -10806726 or 3807835. OLE color: 3807835.

HSL color Cylindrical-coordinate representation of color #5B1A3A: hue angle of 330.46º 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 #5B1A3A is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 26 58 -
CMYK 0 0.71 0.36 0.64
HSL 330.46º 0.56% 0.23% -
HSV(B) 330.46º 0.71% 0.36% -
XYZ 5.45 3.27 4.35 -
YUV 49.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 91 26 58 0 0.71 0.36 0.64 330.46 0.56 0.23
Hex 5B 1A 3A 0 47 24 40 14A 38 17
Octal 133 32 72 0 107 44 100 512 70 27
Binary 1011011 11010 111010 0 1000111 100100 1000000 101001010 111000 10111

Color Harmonies of #5B1A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1A3A

Black with #5B1A3A

Text Example


Text Example

White with #5B1A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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