Html Css Color HEX #581E3F Pompadour

📋 copy color: '#581E3F'

red 88 ◦ green 30 ◦ blue 63

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

Shades of Pompadour #581E3F

Tints of Pompadour #581E3F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.57%

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

R = 48.62%
G = 16.57%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#581E3F (or 0x581E3F) is known color: Pompadour. HEX triplet: 58, 1E and 3F. RGB value is (88,30,63). Sum of RGB (Red+Green+Blue) = 88+30+63=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #581E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581E3F is #A7E1C0. Grayscale: #333333. Windows color (decimal): -11002305 or 4136536. OLE color: 4136536.

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

Color convert

RGB 88 30 63 -
CMYK 0 0.66 0.28 0.65
HSL 325.86º 0.49% 0.23% -
HSV(B) 325.86º 0.66% 0.35% -
XYZ 5.39 3.36 5.07 -
YUV 51.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 88 30 63 0 0.66 0.28 0.65 325.86 0.49 0.23
Hex 58 1E 3F 0 42 1C 41 146 31 17
Octal 130 36 77 0 102 34 101 506 61 27
Binary 1011000 11110 111111 0 1000010 11100 1000001 101000110 110001 10111

Color Harmonies of #581E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E3F

Black with #581E3F

Text Example


Text Example

White with #581E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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