Html Css Color HEX #582D45 Pompadour

📋 copy color: '#582D45'

red 88 ◦ green 45 ◦ blue 69

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

Shades of Pompadour #582D45

Tints of Pompadour #582D45

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.28%

 BLUE value IS 69 (27.34% from 255) = 34.16%

R = 43.56%
G = 22.28%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#582D45 (or 0x582D45) is known color: Pompadour. HEX triplet: 58, 2D and 45. RGB value is (88,45,69). Sum of RGB (Red+Green+Blue) = 88+45+69=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #582D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D45 is #A7D2BA. Grayscale: #3C3C3C. Windows color (decimal): -10998459 or 4533592. OLE color: 4533592.

HSL color Cylindrical-coordinate representation of color #582D45: hue angle of 326.51º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #582D45 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 45 69 -
CMYK 0 0.49 0.22 0.65
HSL 326.51º 0.32% 0.26% -
HSV(B) 326.51º 0.49% 0.35% -
XYZ 6.04 4.38 6.16 -
YUV 60.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 88 45 69 0 0.49 0.22 0.65 326.51 0.32 0.26
Hex 58 2D 45 0 31 16 41 147 20 1A
Octal 130 55 105 0 61 26 101 507 40 32
Binary 1011000 101101 1000101 0 110001 10110 1000001 101000111 100000 11010

Color Harmonies of #582D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D45

Black with #582D45

Text Example


Text Example

White with #582D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582D45; }

 p { color: rgb(88,45,69); }

 H1.HeaderClassName
 {
   color: #582D45;
 }
 .AnyTagClassName
 {
   color: #582D45;
 }
</style>

background-color css

<style>
 a { background-color: #582D45; }

 a { background-color: rgb(88,45,69); }

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

border-color css

<style>
 span { border-color: #582D45; }

 span { border-color: rgb(88,45,69); }

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