Html Css Color HEX #551B40 Pompadour

📋 copy color: '#551B40'

red 85 ◦ green 27 ◦ blue 64

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

Shades of Pompadour #551B40

Tints of Pompadour #551B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.34%

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

R = 48.3%
G = 15.34%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#551B40 (or 0x551B40) is known color: Pompadour. HEX triplet: 55, 1B and 40. RGB value is (85,27,64). Sum of RGB (Red+Green+Blue) = 85+27+64=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #551B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B40 is #AAE4BF. Grayscale: #303030. Windows color (decimal): -11199680 or 4201301. OLE color: 4201301.

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

Color convert

RGB 85 27 64 -
CMYK 0 0.68 0.25 0.67
HSL 321.72º 0.52% 0.22% -
HSV(B) 321.72º 0.68% 0.33% -
XYZ 5.06 3.09 5.18 -
YUV 48.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 85 27 64 0 0.68 0.25 0.67 321.72 0.52 0.22
Hex 55 1B 40 0 44 19 43 142 34 16
Octal 125 33 100 0 104 31 103 502 64 26
Binary 1010101 11011 1000000 0 1000100 11001 1000011 101000010 110100 10110

Color Harmonies of #551B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B40

Black with #551B40

Text Example


Text Example

White with #551B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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