Html Css Color HEX #581C3F Pompadour

📋 copy color: '#581C3F'

red 88 ◦ green 28 ◦ blue 63

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

Shades of Pompadour #581C3F

Tints of Pompadour #581C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.2%

R = 49.16%
G = 15.64%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#581C3F (or 0x581C3F) is known color: Pompadour. HEX triplet: 58, 1C and 3F. RGB value is (88,28,63). Sum of RGB (Red+Green+Blue) = 88+28+63=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #581C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581C3F is #A7E3C0. Grayscale: #313131. Windows color (decimal): -11002817 or 4136024. OLE color: 4136024.

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

Color convert

RGB 88 28 63 -
CMYK 0 0.68 0.28 0.65
HSL 325º 0.52% 0.23% -
HSV(B) 325º 0.68% 0.35% -
XYZ 5.34 3.26 5.05 -
YUV 49.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 88 28 63 0 0.68 0.28 0.65 325 0.52 0.23
Hex 58 1C 3F 0 44 1C 41 145 34 17
Octal 130 34 77 0 104 34 101 505 64 27
Binary 1011000 11100 111111 0 1000100 11100 1000001 101000101 110100 10111

Color Harmonies of #581C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C3F

Black with #581C3F

Text Example


Text Example

White with #581C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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