Html Css Color HEX #551F3F Pompadour

📋 copy color: '#551F3F'

red 85 ◦ green 31 ◦ blue 63

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

Shades of Pompadour #551F3F

Tints of Pompadour #551F3F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.32%

 BLUE value IS 63 (25% from 255) = 35.2%

R = 47.49%
G = 17.32%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#551F3F (or 0x551F3F) is known color: Pompadour. HEX triplet: 55, 1F and 3F. RGB value is (85,31,63). Sum of RGB (Red+Green+Blue) = 85+31+63=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #551F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F3F is #AAE0C0. Grayscale: #323232. Windows color (decimal): -11198657 or 4136789. OLE color: 4136789.

HSL color Cylindrical-coordinate representation of color #551F3F: hue angle of 324.44º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #551F3F is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 31 63 -
CMYK 0 0.64 0.26 0.67
HSL 324.44º 0.47% 0.23% -
HSV(B) 324.44º 0.64% 0.33% -
XYZ 5.13 3.27 5.06 -
YUV 50.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 85 31 63 0 0.64 0.26 0.67 324.44 0.47 0.23
Hex 55 1F 3F 0 40 1A 43 144 2F 17
Octal 125 37 77 0 100 32 103 504 57 27
Binary 1010101 11111 111111 0 1000000 11010 1000011 101000100 101111 10111

Color Harmonies of #551F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F3F

Black with #551F3F

Text Example


Text Example

White with #551F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,31,63); }

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

background-color css

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

 a { background-color: rgb(85,31,63); }

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

border-color css

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

 span { border-color: rgb(85,31,63); }

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