Html Css Color HEX #5C153A Pompadour

📋 copy color: '#5C153A'

red 92 ◦ green 21 ◦ blue 58

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

Shades of Pompadour #5C153A

Tints of Pompadour #5C153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

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

R = 53.8%
G = 12.28%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#5C153A (or 0x5C153A) is known color: Pompadour. HEX triplet: 5C, 15 and 3A. RGB value is (92,21,58). Sum of RGB (Red+Green+Blue) = 92+21+58=171 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.80% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 92 - color contains mainly: red. Hex color #5C153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C153A is #A3EAC5. Grayscale: #2E2E2E. Windows color (decimal): -10742470 or 3806556. OLE color: 3806556.

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

Color convert

RGB 92 21 58 -
CMYK 0 0.77 0.37 0.64
HSL 328.73º 0.63% 0.22% -
HSV(B) 328.73º 0.77% 0.36% -
XYZ 5.45 3.12 4.32 -
YUV 46.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 92 21 58 0 0.77 0.37 0.64 328.73 0.63 0.22
Hex 5C 15 3A 0 4D 25 40 149 3F 16
Octal 134 25 72 0 115 45 100 511 77 26
Binary 1011100 10101 111010 0 1001101 100101 1000000 101001001 111111 10110

Color Harmonies of #5C153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C153A

Black with #5C153A

Text Example


Text Example

White with #5C153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,21,58); }

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

background-color css

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

 a { background-color: rgb(92,21,58); }

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

border-color css

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

 span { border-color: rgb(92,21,58); }

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