Html Css Color HEX #551B42 Pompadour

📋 copy color: '#551B42'

red 85 ◦ green 27 ◦ blue 66

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

Shades of Pompadour #551B42

Tints of Pompadour #551B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.08%

R = 47.75%
G = 15.17%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#551B42 (or 0x551B42) is known color: Pompadour. HEX triplet: 55, 1B and 42. RGB value is (85,27,66). Sum of RGB (Red+Green+Blue) = 85+27+66=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #551B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B42 is #AAE4BD. Grayscale: #303030. Windows color (decimal): -11199678 or 4332373. OLE color: 4332373.

HSL color Cylindrical-coordinate representation of color #551B42: hue angle of 319.66º 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 #551B42 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 27 66 -
CMYK 0 0.68 0.22 0.67
HSL 319.66º 0.52% 0.22% -
HSV(B) 319.66º 0.68% 0.33% -
XYZ 5.12 3.11 5.48 -
YUV 48.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 85 27 66 0 0.68 0.22 0.67 319.66 0.52 0.22
Hex 55 1B 42 0 44 16 43 140 34 16
Octal 125 33 102 0 104 26 103 500 64 26
Binary 1010101 11011 1000010 0 1000100 10110 1000011 101000000 110100 10110

Color Harmonies of #551B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B42

Black with #551B42

Text Example


Text Example

White with #551B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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