Html Css Color HEX #551742 Pompadour

📋 copy color: '#551742'

red 85 ◦ green 23 ◦ blue 66

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

Shades of Pompadour #551742

Tints of Pompadour #551742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.22%

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

R = 48.85%
G = 13.22%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#551742 (or 0x551742) is known color: Pompadour. HEX triplet: 55, 17 and 42. RGB value is (85,23,66). Sum of RGB (Red+Green+Blue) = 85+23+66=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551742 is #AAE8BD. Grayscale: #2E2E2E. Windows color (decimal): -11200702 or 4331349. OLE color: 4331349.

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

Color convert

RGB 85 23 66 -
CMYK 0 0.73 0.22 0.67
HSL 318.39º 0.57% 0.21% -
HSV(B) 318.39º 0.73% 0.33% -
XYZ 5.04 2.94 5.46 -
YUV 46.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 85 23 66 0 0.73 0.22 0.67 318.39 0.57 0.21
Hex 55 17 42 0 49 16 43 13E 39 15
Octal 125 27 102 0 111 26 103 476 71 25
Binary 1010101 10111 1000010 0 1001001 10110 1000011 100111110 111001 10101

Color Harmonies of #551742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551742

Black with #551742

Text Example


Text Example

White with #551742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551742; }

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

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

background-color css

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

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

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

border-color css

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

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

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