Html Css Color HEX #58223C Pompadour

📋 copy color: '#58223C'

red 88 ◦ green 34 ◦ blue 60

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

Shades of Pompadour #58223C

Tints of Pompadour #58223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.68%

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

R = 48.35%
G = 18.68%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58223C (or 0x58223C) is known color: Pompadour. HEX triplet: 58, 22 and 3C. RGB value is (88,34,60). Sum of RGB (Red+Green+Blue) = 88+34+60=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58223C is #A7DDC3. Grayscale: #353535. Windows color (decimal): -11001284 or 3940952. OLE color: 3940952.

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

Color convert

RGB 88 34 60 -
CMYK 0 0.61 0.32 0.65
HSL 331.11º 0.44% 0.24% -
HSV(B) 331.11º 0.61% 0.35% -
XYZ 5.41 3.55 4.67 -
YUV 53.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 88 34 60 0 0.61 0.32 0.65 331.11 0.44 0.24
Hex 58 22 3C 0 3D 20 41 14B 2C 18
Octal 130 42 74 0 75 40 101 513 54 30
Binary 1011000 100010 111100 0 111101 100000 1000001 101001011 101100 11000

Color Harmonies of #58223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58223C

Black with #58223C

Text Example


Text Example

White with #58223C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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