Html Css Color HEX #581B45 Pompadour

📋 copy color: '#581B45'

red 88 ◦ green 27 ◦ blue 69

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

Shades of Pompadour #581B45

Tints of Pompadour #581B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 47.83%
G = 14.67%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#581B45 (or 0x581B45) is known color: Pompadour. HEX triplet: 58, 1B and 45. RGB value is (88,27,69). Sum of RGB (Red+Green+Blue) = 88+27+69=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #581B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B45 is #A7E4BA. Grayscale: #313131. Windows color (decimal): -11003067 or 4528984. OLE color: 4528984.

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

Color convert

RGB 88 27 69 -
CMYK 0 0.69 0.22 0.65
HSL 318.69º 0.53% 0.23% -
HSV(B) 318.69º 0.69% 0.35% -
XYZ 5.49 3.29 5.98 -
YUV 50.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 88 27 69 0 0.69 0.22 0.65 318.69 0.53 0.23
Hex 58 1B 45 0 45 16 41 13F 35 17
Octal 130 33 105 0 105 26 101 477 65 27
Binary 1011000 11011 1000101 0 1000101 10110 1000001 100111111 110101 10111

Color Harmonies of #581B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B45

Black with #581B45

Text Example


Text Example

White with #581B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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