Html Css Color HEX #5C143B Pompadour

📋 copy color: '#5C143B'

red 92 ◦ green 20 ◦ blue 59

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

Shades of Pompadour #5C143B

Tints of Pompadour #5C143B

RGB

 RED value IS 92 (36.33% from 255) = 53.8%

 GREEN value IS 20 (8.2% from 255) = 11.7%

 BLUE value IS 59 (23.44% from 255) = 34.5%

R = 53.8%
G = 11.7%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.64

RGB Variations

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

Color information

#5C143B (or 0x5C143B) is known color: Pompadour. HEX triplet: 5C, 14 and 3B. RGB value is (92,20,59). Sum of RGB (Red+Green+Blue) = 92+20+59=171 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.80% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 92 - color contains mainly: red. Hex color #5C143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C143B is #A3EBC4. Grayscale: #2D2D2D. Windows color (decimal): -10742725 or 3871836. OLE color: 3871836.

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

Color convert

RGB 92 20 59 -
CMYK 0 0.78 0.36 0.64
HSL 327.5º 0.64% 0.22% -
HSV(B) 327.5º 0.78% 0.36% -
XYZ 5.45 3.09 4.45 -
YUV 45.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 92 20 59 0 0.78 0.36 0.64 327.5 0.64 0.22
Hex 5C 14 3B 0 4E 24 40 148 40 16
Octal 134 24 73 0 116 44 100 510 100 26
Binary 1011100 10100 111011 0 1001110 100100 1000000 101001000 1000000 10110

Color Harmonies of #5C143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C143B

Black with #5C143B

Text Example


Text Example

White with #5C143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,20,59); }

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

background-color css

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

 a { background-color: rgb(92,20,59); }

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

border-color css

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

 span { border-color: rgb(92,20,59); }

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