Html Css Color HEX #58163A Pompadour

📋 copy color: '#58163A'

red 88 ◦ green 22 ◦ blue 58

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

Shades of Pompadour #58163A

Tints of Pompadour #58163A

RGB

 RED value IS 88 (34.77% from 255) = 52.38%

 GREEN value IS 22 (8.98% from 255) = 13.1%

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

R = 52.38%
G = 13.1%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58163A (or 0x58163A) is known color: Pompadour. HEX triplet: 58, 16 and 3A. RGB value is (88,22,58). Sum of RGB (Red+Green+Blue) = 88+22+58=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58163A is #A7E9C5. Grayscale: #2D2D2D. Windows color (decimal): -11004358 or 3806808. OLE color: 3806808.

HSL color Cylindrical-coordinate representation of color #58163A: hue angle of 327.27º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58163A is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 22 58 -
CMYK 0 0.75 0.34 0.65
HSL 327.27º 0.6% 0.22% -
HSV(B) 327.27º 0.75% 0.35% -
XYZ 5.08 2.95 4.31 -
YUV 45.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 88 22 58 0 0.75 0.34 0.65 327.27 0.6 0.22
Hex 58 16 3A 0 4B 22 41 147 3C 16
Octal 130 26 72 0 113 42 101 507 74 26
Binary 1011000 10110 111010 0 1001011 100010 1000001 101000111 111100 10110

Color Harmonies of #58163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58163A

Black with #58163A

Text Example


Text Example

White with #58163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58163A; }

 p { color: rgb(88,22,58); }

 H1.HeaderClassName
 {
   color: #58163A;
 }
 .AnyTagClassName
 {
   color: #58163A;
 }
</style>

background-color css

<style>
 a { background-color: #58163A; }

 a { background-color: rgb(88,22,58); }

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

border-color css

<style>
 span { border-color: #58163A; }

 span { border-color: rgb(88,22,58); }

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