Html Css Color HEX #58193F Pompadour

📋 copy color: '#58193F'

red 88 ◦ green 25 ◦ blue 63

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

Shades of Pompadour #58193F

Tints of Pompadour #58193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 63 (25% from 255) = 35.8%

R = 50%
G = 14.2%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58193F (or 0x58193F) is known color: Pompadour. HEX triplet: 58, 19 and 3F. RGB value is (88,25,63). Sum of RGB (Red+Green+Blue) = 88+25+63=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #58193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58193F is #A7E6C0. Grayscale: #303030. Windows color (decimal): -11003585 or 4135256. OLE color: 4135256.

HSL color Cylindrical-coordinate representation of color #58193F: hue angle of 323.81º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58193F is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 25 63 -
CMYK 0 0.72 0.28 0.65
HSL 323.81º 0.56% 0.22% -
HSV(B) 323.81º 0.72% 0.35% -
XYZ 5.27 3.13 5.03 -
YUV 48.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 88 25 63 0 0.72 0.28 0.65 323.81 0.56 0.22
Hex 58 19 3F 0 48 1C 41 144 38 16
Octal 130 31 77 0 110 34 101 504 70 26
Binary 1011000 11001 111111 0 1001000 11100 1000001 101000100 111000 10110

Color Harmonies of #58193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58193F

Black with #58193F

Text Example


Text Example

White with #58193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58193F; }

 p { color: rgb(88,25,63); }

 H1.HeaderClassName
 {
   color: #58193F;
 }
 .AnyTagClassName
 {
   color: #58193F;
 }
</style>

background-color css

<style>
 a { background-color: #58193F; }

 a { background-color: rgb(88,25,63); }

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

border-color css

<style>
 span { border-color: #58193F; }

 span { border-color: rgb(88,25,63); }

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