Html Css Color HEX #551C3E Pompadour

📋 copy color: '#551C3E'

red 85 ◦ green 28 ◦ blue 62

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

Shades of Pompadour #551C3E

Tints of Pompadour #551C3E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16%

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

R = 48.57%
G = 16%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#551C3E (or 0x551C3E) is known color: Pompadour. HEX triplet: 55, 1C and 3E. RGB value is (85,28,62). Sum of RGB (Red+Green+Blue) = 85+28+62=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C3E is #AAE3C1. Grayscale: #303030. Windows color (decimal): -11199426 or 4070485. OLE color: 4070485.

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

Color convert

RGB 85 28 62 -
CMYK 0 0.67 0.27 0.67
HSL 324.21º 0.5% 0.22% -
HSV(B) 324.21º 0.67% 0.33% -
XYZ 5.03 3.11 4.89 -
YUV 48.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 85 28 62 0 0.67 0.27 0.67 324.21 0.5 0.22
Hex 55 1C 3E 0 43 1B 43 144 32 16
Octal 125 34 76 0 103 33 103 504 62 26
Binary 1010101 11100 111110 0 1000011 11011 1000011 101000100 110010 10110

Color Harmonies of #551C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C3E

Black with #551C3E

Text Example


Text Example

White with #551C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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