Html Css Color HEX #58233E Pompadour

📋 copy color: '#58233E'

red 88 ◦ green 35 ◦ blue 62

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

Shades of Pompadour #58233E

Tints of Pompadour #58233E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

 BLUE value IS 62 (24.61% from 255) = 33.51%

R = 47.57%
G = 18.92%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58233E (or 0x58233E) is known color: Pompadour. HEX triplet: 58, 23 and 3E. RGB value is (88,35,62). Sum of RGB (Red+Green+Blue) = 88+35+62=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58233E is #A7DCC1. Grayscale: #353535. Windows color (decimal): -11001026 or 4072280. OLE color: 4072280.

HSL color Cylindrical-coordinate representation of color #58233E: hue angle of 329.43º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58233E is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 62 -
CMYK 0 0.60 0.30 0.65
HSL 329.43º 0.43% 0.24% -
HSV(B) 329.43º 0.6% 0.35% -
XYZ 5.5 3.62 4.97 -
YUV 53.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 88 35 62 0 0.60 0.30 0.65 329.43 0.43 0.24
Hex 58 23 3E 0 3C 1E 41 149 2B 18
Octal 130 43 76 0 74 36 101 511 53 30
Binary 1011000 100011 111110 0 111100 11110 1000001 101001001 101011 11000

Color Harmonies of #58233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58233E

Black with #58233E

Text Example


Text Example

White with #58233E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58233E; }

 p { color: rgb(88,35,62); }

 H1.HeaderClassName
 {
   color: #58233E;
 }
 .AnyTagClassName
 {
   color: #58233E;
 }
</style>

background-color css

<style>
 a { background-color: #58233E; }

 a { background-color: rgb(88,35,62); }

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

border-color css

<style>
 span { border-color: #58233E; }

 span { border-color: rgb(88,35,62); }

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