Html Css Color HEX #581B3D Pompadour

📋 copy color: '#581B3D'

red 88 ◦ green 27 ◦ blue 61

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

Shades of Pompadour #581B3D

Tints of Pompadour #581B3D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.34%

 BLUE value IS 61 (24.22% from 255) = 34.66%

R = 50%
G = 15.34%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#581B3D (or 0x581B3D) is known color: Pompadour. HEX triplet: 58, 1B and 3D. RGB value is (88,27,61). Sum of RGB (Red+Green+Blue) = 88+27+61=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #581B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B3D is #A7E4C2. Grayscale: #313131. Windows color (decimal): -11003075 or 4004696. OLE color: 4004696.

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

Color convert

RGB 88 27 61 -
CMYK 0 0.69 0.31 0.65
HSL 326.56º 0.53% 0.23% -
HSV(B) 326.56º 0.69% 0.35% -
XYZ 5.26 3.2 4.75 -
YUV 49.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 88 27 61 0 0.69 0.31 0.65 326.56 0.53 0.23
Hex 58 1B 3D 0 45 1F 41 147 35 17
Octal 130 33 75 0 105 37 101 507 65 27
Binary 1011000 11011 111101 0 1000101 11111 1000001 101000111 110101 10111

Color Harmonies of #581B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B3D

Black with #581B3D

Text Example


Text Example

White with #581B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,27,61); }

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

background-color css

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

 a { background-color: rgb(88,27,61); }

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

border-color css

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

 span { border-color: rgb(88,27,61); }

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