Html Css Color HEX #551840 Pompadour

📋 copy color: '#551840'

red 85 ◦ green 24 ◦ blue 64

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

Shades of Pompadour #551840

Tints of Pompadour #551840

RGB

 RED value IS 85 (33.59% from 255) = 49.13%

 GREEN value IS 24 (9.77% from 255) = 13.87%

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 49.13%
G = 13.87%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#551840 (or 0x551840) is known color: Pompadour. HEX triplet: 55, 18 and 40. RGB value is (85,24,64). Sum of RGB (Red+Green+Blue) = 85+24+64=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551840 is #AAE7BF. Grayscale: #2E2E2E. Windows color (decimal): -11200448 or 4200533. OLE color: 4200533.

HSL color Cylindrical-coordinate representation of color #551840: hue angle of 320.66º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551840 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 64 -
CMYK 0 0.72 0.25 0.67
HSL 320.66º 0.56% 0.21% -
HSV(B) 320.66º 0.72% 0.33% -
XYZ 5 2.95 5.16 -
YUV 46.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 85 24 64 0 0.72 0.25 0.67 320.66 0.56 0.21
Hex 55 18 40 0 48 19 43 141 38 15
Octal 125 30 100 0 110 31 103 501 70 25
Binary 1010101 11000 1000000 0 1001000 11001 1000011 101000001 111000 10101

Color Harmonies of #551840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551840

Black with #551840

Text Example


Text Example

White with #551840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551840; }

 p { color: rgb(85,24,64); }

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

background-color css

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

 a { background-color: rgb(85,24,64); }

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

border-color css

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

 span { border-color: rgb(85,24,64); }

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