Html Css Color HEX #58153C Pompadour

📋 copy color: '#58153C'

red 88 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #58153C

Tints of Pompadour #58153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 52.07%
G = 12.43%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58153C (or 0x58153C) is known color: Pompadour. HEX triplet: 58, 15 and 3C. RGB value is (88,21,60). Sum of RGB (Red+Green+Blue) = 88+21+60=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58153C is #A7EAC3. Grayscale: #2D2D2D. Windows color (decimal): -11004612 or 3937624. OLE color: 3937624.

HSL color Cylindrical-coordinate representation of color #58153C: hue angle of 325.07º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58153C is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 21 60 -
CMYK 0 0.76 0.32 0.65
HSL 325.07º 0.61% 0.21% -
HSV(B) 325.07º 0.76% 0.35% -
XYZ 5.11 2.94 4.57 -
YUV 45.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 88 21 60 0 0.76 0.32 0.65 325.07 0.61 0.21
Hex 58 15 3C 0 4C 20 41 145 3D 15
Octal 130 25 74 0 114 40 101 505 75 25
Binary 1011000 10101 111100 0 1001100 100000 1000001 101000101 111101 10101

Color Harmonies of #58153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58153C

Black with #58153C

Text Example


Text Example

White with #58153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58153C; }

 p { color: rgb(88,21,60); }

 H1.HeaderClassName
 {
   color: #58153C;
 }
 .AnyTagClassName
 {
   color: #58153C;
 }
</style>

background-color css

<style>
 a { background-color: #58153C; }

 a { background-color: rgb(88,21,60); }

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

border-color css

<style>
 span { border-color: #58153C; }

 span { border-color: rgb(88,21,60); }

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