Html Css Color HEX #581945 Pompadour

📋 copy color: '#581945'

red 88 ◦ green 25 ◦ blue 69

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

Shades of Pompadour #581945

Tints of Pompadour #581945

RGB

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

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

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

R = 48.35%
G = 13.74%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#581945 (or 0x581945) is known color: Pompadour. HEX triplet: 58, 19 and 45. RGB value is (88,25,69). Sum of RGB (Red+Green+Blue) = 88+25+69=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #581945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581945 is #A7E6BA. Grayscale: #303030. Windows color (decimal): -11003579 or 4528472. OLE color: 4528472.

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

Color convert

RGB 88 25 69 -
CMYK 0 0.72 0.22 0.65
HSL 318.1º 0.56% 0.22% -
HSV(B) 318.1º 0.72% 0.35% -
XYZ 5.45 3.2 5.96 -
YUV 48.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 88 25 69 0 0.72 0.22 0.65 318.1 0.56 0.22
Hex 58 19 45 0 48 16 41 13E 38 16
Octal 130 31 105 0 110 26 101 476 70 26
Binary 1011000 11001 1000101 0 1001000 10110 1000001 100111110 111000 10110

Color Harmonies of #581945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581945

Black with #581945

Text Example


Text Example

White with #581945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581945; }

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

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

background-color css

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

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

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

border-color css

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

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

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