Html Css Color HEX #581C42 Pompadour

📋 copy color: '#581C42'

red 88 ◦ green 28 ◦ blue 66

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

Shades of Pompadour #581C42

Tints of Pompadour #581C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.38%

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

R = 48.35%
G = 15.38%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#581C42 (or 0x581C42) is known color: Pompadour. HEX triplet: 58, 1C and 42. RGB value is (88,28,66). Sum of RGB (Red+Green+Blue) = 88+28+66=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #581C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581C42 is #A7E3BD. Grayscale: #323232. Windows color (decimal): -11002814 or 4332632. OLE color: 4332632.

HSL color Cylindrical-coordinate representation of color #581C42: hue angle of 322º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581C42 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 28 66 -
CMYK 0 0.68 0.25 0.65
HSL 322º 0.52% 0.23% -
HSV(B) 322º 0.68% 0.35% -
XYZ 5.42 3.3 5.51 -
YUV 50.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 88 28 66 0 0.68 0.25 0.65 322 0.52 0.23
Hex 58 1C 42 0 44 19 41 142 34 17
Octal 130 34 102 0 104 31 101 502 64 27
Binary 1011000 11100 1000010 0 1000100 11001 1000001 101000010 110100 10111

Color Harmonies of #581C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C42

Black with #581C42

Text Example


Text Example

White with #581C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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