Html Css Color HEX #551743 Pompadour

📋 copy color: '#551743'

red 85 ◦ green 23 ◦ blue 67

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

Shades of Pompadour #551743

Tints of Pompadour #551743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.29%

R = 48.57%
G = 13.14%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#551743 (or 0x551743) is known color: Pompadour. HEX triplet: 55, 17 and 43. RGB value is (85,23,67). Sum of RGB (Red+Green+Blue) = 85+23+67=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551743 is #AAE8BC. Grayscale: #2E2E2E. Windows color (decimal): -11200701 or 4396885. OLE color: 4396885.

HSL color Cylindrical-coordinate representation of color #551743: hue angle of 317.42º 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 #551743 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 23 67 -
CMYK 0 0.73 0.21 0.67
HSL 317.42º 0.57% 0.21% -
HSV(B) 317.42º 0.73% 0.33% -
XYZ 5.07 2.95 5.61 -
YUV 46.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 85 23 67 0 0.73 0.21 0.67 317.42 0.57 0.21
Hex 55 17 43 0 49 15 43 13D 39 15
Octal 125 27 103 0 111 25 103 475 71 25
Binary 1010101 10111 1000011 0 1001001 10101 1000011 100111101 111001 10101

Color Harmonies of #551743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551743

Black with #551743

Text Example


Text Example

White with #551743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551743; }

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

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

background-color css

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

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

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

border-color css

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

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

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