Html Css Color HEX #551A40 Pompadour

📋 copy color: '#551A40'

red 85 ◦ green 26 ◦ blue 64

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

Shades of Pompadour #551A40

Tints of Pompadour #551A40

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.86%

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

R = 48.57%
G = 14.86%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#551A40 (or 0x551A40) is known color: Pompadour. HEX triplet: 55, 1A and 40. RGB value is (85,26,64). Sum of RGB (Red+Green+Blue) = 85+26+64=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A40 is #AAE5BF. Grayscale: #2F2F2F. Windows color (decimal): -11199936 or 4201045. OLE color: 4201045.

HSL color Cylindrical-coordinate representation of color #551A40: hue angle of 321.36º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A40 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 26 64 -
CMYK 0 0.69 0.25 0.67
HSL 321.36º 0.53% 0.22% -
HSV(B) 321.36º 0.69% 0.33% -
XYZ 5.04 3.04 5.17 -
YUV 47.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 85 26 64 0 0.69 0.25 0.67 321.36 0.53 0.22
Hex 55 1A 40 0 45 19 43 141 35 16
Octal 125 32 100 0 105 31 103 501 65 26
Binary 1010101 11010 1000000 0 1000101 11001 1000011 101000001 110101 10110

Color Harmonies of #551A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A40

Black with #551A40

Text Example


Text Example

White with #551A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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