Html Css Color HEX #581D3F Pompadour

📋 copy color: '#581D3F'

red 88 ◦ green 29 ◦ blue 63

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

Shades of Pompadour #581D3F

Tints of Pompadour #581D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35%

R = 48.89%
G = 16.11%
B = 35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#581D3F (or 0x581D3F) is known color: Pompadour. HEX triplet: 58, 1D and 3F. RGB value is (88,29,63). Sum of RGB (Red+Green+Blue) = 88+29+63=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #581D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D3F is #A7E2C0. Grayscale: #323232. Windows color (decimal): -11002561 or 4136280. OLE color: 4136280.

HSL color Cylindrical-coordinate representation of color #581D3F: hue angle of 325.42º 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 #581D3F is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 29 63 -
CMYK 0 0.67 0.28 0.65
HSL 325.42º 0.5% 0.23% -
HSV(B) 325.42º 0.67% 0.35% -
XYZ 5.36 3.31 5.06 -
YUV 50.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 88 29 63 0 0.67 0.28 0.65 325.42 0.5 0.23
Hex 58 1D 3F 0 43 1C 41 145 32 17
Octal 130 35 77 0 103 34 101 505 62 27
Binary 1011000 11101 111111 0 1000011 11100 1000001 101000101 110010 10111

Color Harmonies of #581D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D3F

Black with #581D3F

Text Example


Text Example

White with #581D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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