Html Css Color HEX #581B42 Pompadour

📋 copy color: '#581B42'

red 88 ◦ green 27 ◦ blue 66

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

Shades of Pompadour #581B42

Tints of Pompadour #581B42

RGB

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

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

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

R = 48.62%
G = 14.92%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#581B42 (or 0x581B42) is known color: Pompadour. HEX triplet: 58, 1B and 42. RGB value is (88,27,66). Sum of RGB (Red+Green+Blue) = 88+27+66=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #581B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B42 is #A7E4BD. Grayscale: #313131. Windows color (decimal): -11003070 or 4332376. OLE color: 4332376.

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

Color convert

RGB 88 27 66 -
CMYK 0 0.69 0.25 0.65
HSL 321.64º 0.53% 0.23% -
HSV(B) 321.64º 0.69% 0.35% -
XYZ 5.4 3.25 5.5 -
YUV 49.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 88 27 66 0 0.69 0.25 0.65 321.64 0.53 0.23
Hex 58 1B 42 0 45 19 41 142 35 17
Octal 130 33 102 0 105 31 101 502 65 27
Binary 1011000 11011 1000010 0 1000101 11001 1000001 101000010 110101 10111

Color Harmonies of #581B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B42

Black with #581B42

Text Example


Text Example

White with #581B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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