Html Css Color HEX #58173A Pompadour

📋 copy color: '#58173A'

red 88 ◦ green 23 ◦ blue 58

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

Shades of Pompadour #58173A

Tints of Pompadour #58173A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.61%

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

R = 52.07%
G = 13.61%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58173A (or 0x58173A) is known color: Pompadour. HEX triplet: 58, 17 and 3A. RGB value is (88,23,58). Sum of RGB (Red+Green+Blue) = 88+23+58=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58173A is #A7E8C5. Grayscale: #2E2E2E. Windows color (decimal): -11004102 or 3807064. OLE color: 3807064.

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

Color convert

RGB 88 23 58 -
CMYK 0 0.74 0.34 0.65
HSL 327.69º 0.59% 0.22% -
HSV(B) 327.69º 0.74% 0.35% -
XYZ 5.09 2.99 4.31 -
YUV 46.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 88 23 58 0 0.74 0.34 0.65 327.69 0.59 0.22
Hex 58 17 3A 0 4A 22 41 148 3B 16
Octal 130 27 72 0 112 42 101 510 73 26
Binary 1011000 10111 111010 0 1001010 100010 1000001 101001000 111011 10110

Color Harmonies of #58173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58173A

Black with #58173A

Text Example


Text Example

White with #58173A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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