Html Css Color HEX #581C3A Pompadour

📋 copy color: '#581C3A'

red 88 ◦ green 28 ◦ blue 58

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

Shades of Pompadour #581C3A

Tints of Pompadour #581C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.33%

R = 50.57%
G = 16.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#581C3A (or 0x581C3A) is known color: Pompadour. HEX triplet: 58, 1C and 3A. RGB value is (88,28,58). Sum of RGB (Red+Green+Blue) = 88+28+58=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #581C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581C3A is #A7E3C5. Grayscale: #313131. Windows color (decimal): -11002822 or 3808344. OLE color: 3808344.

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

Color convert

RGB 88 28 58 -
CMYK 0 0.68 0.34 0.65
HSL 330º 0.52% 0.23% -
HSV(B) 330º 0.68% 0.35% -
XYZ 5.2 3.21 4.35 -
YUV 49.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 88 28 58 0 0.68 0.34 0.65 330 0.52 0.23
Hex 58 1C 3A 0 44 22 41 14A 34 17
Octal 130 34 72 0 104 42 101 512 64 27
Binary 1011000 11100 111010 0 1000100 100010 1000001 101001010 110100 10111

Color Harmonies of #581C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C3A

Black with #581C3A

Text Example


Text Example

White with #581C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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