Html Css Color HEX #58273F Pompadour

📋 copy color: '#58273F'

red 88 ◦ green 39 ◦ blue 63

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

Shades of Pompadour #58273F

Tints of Pompadour #58273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.53%

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

R = 46.32%
G = 20.53%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58273F (or 0x58273F) is known color: Pompadour. HEX triplet: 58, 27 and 3F. RGB value is (88,39,63). Sum of RGB (Red+Green+Blue) = 88+39+63=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #58273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58273F is #A7D8C0. Grayscale: #383838. Windows color (decimal): -11000001 or 4138840. OLE color: 4138840.

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

Color convert

RGB 88 39 63 -
CMYK 0 0.56 0.28 0.65
HSL 330.61º 0.39% 0.25% -
HSV(B) 330.61º 0.56% 0.35% -
XYZ 5.65 3.88 5.15 -
YUV 56.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 88 39 63 0 0.56 0.28 0.65 330.61 0.39 0.25
Hex 58 27 3F 0 38 1C 41 14B 27 19
Octal 130 47 77 0 70 34 101 513 47 31
Binary 1011000 100111 111111 0 111000 11100 1000001 101001011 100111 11001

Color Harmonies of #58273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58273F

Black with #58273F

Text Example


Text Example

White with #58273F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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