Html Css Color HEX #581943 Pompadour

📋 copy color: '#581943'

red 88 ◦ green 25 ◦ blue 67

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

Shades of Pompadour #581943

Tints of Pompadour #581943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.22%

R = 48.89%
G = 13.89%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#581943 (or 0x581943) is known color: Pompadour. HEX triplet: 58, 19 and 43. RGB value is (88,25,67). Sum of RGB (Red+Green+Blue) = 88+25+67=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #581943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581943 is #A7E6BC. Grayscale: #303030. Windows color (decimal): -11003581 or 4397400. OLE color: 4397400.

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

Color convert

RGB 88 25 67 -
CMYK 0 0.72 0.24 0.65
HSL 320º 0.56% 0.22% -
HSV(B) 320º 0.72% 0.35% -
XYZ 5.39 3.18 5.64 -
YUV 48.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 88 25 67 0 0.72 0.24 0.65 320 0.56 0.22
Hex 58 19 43 0 48 18 41 140 38 16
Octal 130 31 103 0 110 30 101 500 70 26
Binary 1011000 11001 1000011 0 1001000 11000 1000001 101000000 111000 10110

Color Harmonies of #581943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581943

Black with #581943

Text Example


Text Example

White with #581943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581943; }

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

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

background-color css

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

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

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

border-color css

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

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

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