Html Css Color HEX #551F3E Pompadour

📋 copy color: '#551F3E'

red 85 ◦ green 31 ◦ blue 62

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

Shades of Pompadour #551F3E

Tints of Pompadour #551F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.83%

R = 47.75%
G = 17.42%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#551F3E (or 0x551F3E) is known color: Pompadour. HEX triplet: 55, 1F and 3E. RGB value is (85,31,62). Sum of RGB (Red+Green+Blue) = 85+31+62=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #551F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F3E is #AAE0C1. Grayscale: #323232. Windows color (decimal): -11198658 or 4071253. OLE color: 4071253.

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

Color convert

RGB 85 31 62 -
CMYK 0 0.64 0.27 0.67
HSL 325.56º 0.47% 0.23% -
HSV(B) 325.56º 0.64% 0.33% -
XYZ 5.11 3.26 4.92 -
YUV 50.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 85 31 62 0 0.64 0.27 0.67 325.56 0.47 0.23
Hex 55 1F 3E 0 40 1B 43 146 2F 17
Octal 125 37 76 0 100 33 103 506 57 27
Binary 1010101 11111 111110 0 1000000 11011 1000011 101000110 101111 10111

Color Harmonies of #551F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F3E

Black with #551F3E

Text Example


Text Example

White with #551F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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