Html Css Color HEX #581D42 Pompadour

📋 copy color: '#581D42'

red 88 ◦ green 29 ◦ blue 66

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

Shades of Pompadour #581D42

Tints of Pompadour #581D42

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.85%

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 48.09%
G = 15.85%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#581D42 (or 0x581D42) is known color: Pompadour. HEX triplet: 58, 1D and 42. RGB value is (88,29,66). Sum of RGB (Red+Green+Blue) = 88+29+66=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #581D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D42 is #A7E2BD. Grayscale: #323232. Windows color (decimal): -11002558 or 4332888. OLE color: 4332888.

HSL color Cylindrical-coordinate representation of color #581D42: hue angle of 322.37º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #581D42 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 29 66 -
CMYK 0 0.67 0.25 0.65
HSL 322.37º 0.5% 0.23% -
HSV(B) 322.37º 0.67% 0.35% -
XYZ 5.45 3.35 5.51 -
YUV 50.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 88 29 66 0 0.67 0.25 0.65 322.37 0.5 0.23
Hex 58 1D 42 0 43 19 41 142 32 17
Octal 130 35 102 0 103 31 101 502 62 27
Binary 1011000 11101 1000010 0 1000011 11001 1000001 101000010 110010 10111

Color Harmonies of #581D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D42

Black with #581D42

Text Example


Text Example

White with #581D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581D42; }

 p { color: rgb(88,29,66); }

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

background-color css

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

 a { background-color: rgb(88,29,66); }

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

border-color css

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

 span { border-color: rgb(88,29,66); }

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