Html Css Color HEX #58223F Pompadour

📋 copy color: '#58223F'

red 88 ◦ green 34 ◦ blue 63

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

Shades of Pompadour #58223F

Tints of Pompadour #58223F

RGB

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

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

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

R = 47.57%
G = 18.38%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58223F (or 0x58223F) is known color: Pompadour. HEX triplet: 58, 22 and 3F. RGB value is (88,34,63). Sum of RGB (Red+Green+Blue) = 88+34+63=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58223F is #A7DDC0. Grayscale: #353535. Windows color (decimal): -11001281 or 4137560. OLE color: 4137560.

HSL color Cylindrical-coordinate representation of color #58223F: hue angle of 327.78º 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 #58223F is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 34 63 -
CMYK 0 0.61 0.28 0.65
HSL 327.78º 0.44% 0.24% -
HSV(B) 327.78º 0.61% 0.35% -
XYZ 5.49 3.58 5.1 -
YUV 53.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 88 34 63 0 0.61 0.28 0.65 327.78 0.44 0.24
Hex 58 22 3F 0 3D 1C 41 148 2C 18
Octal 130 42 77 0 75 34 101 510 54 30
Binary 1011000 100010 111111 0 111101 11100 1000001 101001000 101100 11000

Color Harmonies of #58223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58223F

Black with #58223F

Text Example


Text Example

White with #58223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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