Html Css Color HEX #581540 Pompadour

📋 copy color: '#581540'

red 88 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #581540

Tints of Pompadour #581540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 50.87%
G = 12.14%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#581540 (or 0x581540) is known color: Pompadour. HEX triplet: 58, 15 and 40. RGB value is (88,21,64). Sum of RGB (Red+Green+Blue) = 88+21+64=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #581540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581540 is #A7EABF. Grayscale: #2D2D2D. Windows color (decimal): -11004608 or 4199768. OLE color: 4199768.

HSL color Cylindrical-coordinate representation of color #581540: hue angle of 321.49º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581540 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 21 64 -
CMYK 0 0.76 0.27 0.65
HSL 321.49º 0.61% 0.21% -
HSV(B) 321.49º 0.76% 0.35% -
XYZ 5.22 2.98 5.15 -
YUV 45.94 138.2 158 -
System Red Green Blue C M Y K H S L
Decimal 88 21 64 0 0.76 0.27 0.65 321.49 0.61 0.21
Hex 58 15 40 0 4C 1B 41 141 3D 15
Octal 130 25 100 0 114 33 101 501 75 25
Binary 1011000 10101 1000000 0 1001100 11011 1000001 101000001 111101 10101

Color Harmonies of #581540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581540

Black with #581540

Text Example


Text Example

White with #581540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581540; }

 p { color: rgb(88,21,64); }

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

background-color css

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

 a { background-color: rgb(88,21,64); }

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

border-color css

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

 span { border-color: rgb(88,21,64); }

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