Html Css Color HEX #551C3F Pompadour

📋 copy color: '#551C3F'

red 85 ◦ green 28 ◦ blue 63

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

Shades of Pompadour #551C3F

Tints of Pompadour #551C3F

RGB

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

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

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

R = 48.3%
G = 15.91%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#551C3F (or 0x551C3F) is known color: Pompadour. HEX triplet: 55, 1C and 3F. RGB value is (85,28,63). Sum of RGB (Red+Green+Blue) = 85+28+63=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #551C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C3F is #AAE3C0. Grayscale: #303030. Windows color (decimal): -11199425 or 4136021. OLE color: 4136021.

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

Color convert

RGB 85 28 63 -
CMYK 0 0.67 0.26 0.67
HSL 323.16º 0.5% 0.22% -
HSV(B) 323.16º 0.67% 0.33% -
XYZ 5.06 3.12 5.04 -
YUV 49.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 85 28 63 0 0.67 0.26 0.67 323.16 0.5 0.22
Hex 55 1C 3F 0 43 1A 43 143 32 16
Octal 125 34 77 0 103 32 103 503 62 26
Binary 1010101 11100 111111 0 1000011 11010 1000011 101000011 110010 10110

Color Harmonies of #551C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C3F

Black with #551C3F

Text Example


Text Example

White with #551C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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