Html Css Color HEX #58163D Pompadour

📋 copy color: '#58163D'

red 88 ◦ green 22 ◦ blue 61

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

Shades of Pompadour #58163D

Tints of Pompadour #58163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.67%

R = 51.46%
G = 12.87%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58163D (or 0x58163D) is known color: Pompadour. HEX triplet: 58, 16 and 3D. RGB value is (88,22,61). Sum of RGB (Red+Green+Blue) = 88+22+61=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58163D is #A7E9C2. Grayscale: #2E2E2E. Windows color (decimal): -11004355 or 4003416. OLE color: 4003416.

HSL color Cylindrical-coordinate representation of color #58163D: hue angle of 324.55º 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 #58163D is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 22 61 -
CMYK 0 0.75 0.31 0.65
HSL 324.55º 0.6% 0.22% -
HSV(B) 324.55º 0.75% 0.35% -
XYZ 5.15 2.99 4.72 -
YUV 46.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 88 22 61 0 0.75 0.31 0.65 324.55 0.6 0.22
Hex 58 16 3D 0 4B 1F 41 145 3C 16
Octal 130 26 75 0 113 37 101 505 74 26
Binary 1011000 10110 111101 0 1001011 11111 1000001 101000101 111100 10110

Color Harmonies of #58163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58163D

Black with #58163D

Text Example


Text Example

White with #58163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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