Html Css Color HEX #581941 Pompadour

📋 copy color: '#581941'

red 88 ◦ green 25 ◦ blue 65

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

Shades of Pompadour #581941

Tints of Pompadour #581941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

 BLUE value IS 65 (25.78% from 255) = 36.52%

R = 49.44%
G = 14.04%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#581941 (or 0x581941) is known color: Pompadour. HEX triplet: 58, 19 and 41. RGB value is (88,25,65). Sum of RGB (Red+Green+Blue) = 88+25+65=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #581941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581941 is #A7E6BE. Grayscale: #303030. Windows color (decimal): -11003583 or 4266328. OLE color: 4266328.

HSL color Cylindrical-coordinate representation of color #581941: hue angle of 321.9º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581941 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 25 65 -
CMYK 0 0.72 0.26 0.65
HSL 321.9º 0.56% 0.22% -
HSV(B) 321.9º 0.72% 0.35% -
XYZ 5.33 3.15 5.33 -
YUV 48.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 88 25 65 0 0.72 0.26 0.65 321.9 0.56 0.22
Hex 58 19 41 0 48 1A 41 142 38 16
Octal 130 31 101 0 110 32 101 502 70 26
Binary 1011000 11001 1000001 0 1001000 11010 1000001 101000010 111000 10110

Color Harmonies of #581941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581941

Black with #581941

Text Example


Text Example

White with #581941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581941; }

 p { color: rgb(88,25,65); }

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

background-color css

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

 a { background-color: rgb(88,25,65); }

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

border-color css

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

 span { border-color: rgb(88,25,65); }

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