Html Css Color HEX #582943 Pompadour

📋 copy color: '#582943'

red 88 ◦ green 41 ◦ blue 67

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

Shades of Pompadour #582943

Tints of Pompadour #582943

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

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

R = 44.9%
G = 20.92%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#582943 (or 0x582943) is known color: Pompadour. HEX triplet: 58, 29 and 43. RGB value is (88,41,67). Sum of RGB (Red+Green+Blue) = 88+41+67=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #582943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582943 is #A7D6BC. Grayscale: #393939. Windows color (decimal): -10999485 or 4401496. OLE color: 4401496.

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

Color convert

RGB 88 41 67 -
CMYK 0 0.53 0.24 0.65
HSL 326.81º 0.36% 0.25% -
HSV(B) 326.81º 0.53% 0.35% -
XYZ 5.83 4.07 5.79 -
YUV 58.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 88 41 67 0 0.53 0.24 0.65 326.81 0.36 0.25
Hex 58 29 43 0 35 18 41 147 24 19
Octal 130 51 103 0 65 30 101 507 44 31
Binary 1011000 101001 1000011 0 110101 11000 1000001 101000111 100100 11001

Color Harmonies of #582943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582943

Black with #582943

Text Example


Text Example

White with #582943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582943; }

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

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

background-color css

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

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

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

border-color css

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

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

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