Html Css Color HEX #582043 Pompadour

📋 copy color: '#582043'

red 88 ◦ green 32 ◦ blue 67

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

Shades of Pompadour #582043

Tints of Pompadour #582043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

 BLUE value IS 67 (26.56% from 255) = 35.83%

R = 47.06%
G = 17.11%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#582043 (or 0x582043) is known color: Pompadour. HEX triplet: 58, 20 and 43. RGB value is (88,32,67). Sum of RGB (Red+Green+Blue) = 88+32+67=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #582043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582043 is #A7DFBC. Grayscale: #343434. Windows color (decimal): -11001789 or 4399192. OLE color: 4399192.

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

Color convert

RGB 88 32 67 -
CMYK 0 0.64 0.24 0.65
HSL 322.5º 0.47% 0.24% -
HSV(B) 322.5º 0.64% 0.35% -
XYZ 5.55 3.51 5.7 -
YUV 52.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 88 32 67 0 0.64 0.24 0.65 322.5 0.47 0.24
Hex 58 20 43 0 40 18 41 142 2F 18
Octal 130 40 103 0 100 30 101 502 57 30
Binary 1011000 100000 1000011 0 1000000 11000 1000001 101000010 101111 11000

Color Harmonies of #582043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582043

Black with #582043

Text Example


Text Example

White with #582043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582043; }

 p { color: rgb(88,32,67); }

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

background-color css

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

 a { background-color: rgb(88,32,67); }

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

border-color css

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

 span { border-color: rgb(88,32,67); }

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