Html Css Color HEX #552F4B Loulou

📋 copy color: '#552F4B'

red 85 ◦ green 47 ◦ blue 75

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

Shades of Loulou #552F4B

Tints of Loulou #552F4B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.71%

 BLUE value IS 75 (29.69% from 255) = 36.23%

R = 41.06%
G = 22.71%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#552F4B (or 0x552F4B) is known color: Loulou. HEX triplet: 55, 2F and 4B. RGB value is (85,47,75). Sum of RGB (Red+Green+Blue) = 85+47+75=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #552F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F4B is #AAD0B4. Grayscale: #3D3D3D. Windows color (decimal): -11194549 or 4927317. OLE color: 4927317.

HSL color Cylindrical-coordinate representation of color #552F4B: hue angle of 315.79º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #552F4B is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 47 75 -
CMYK 0 0.45 0.12 0.67
HSL 315.79º 0.29% 0.26% -
HSV(B) 315.79º 0.45% 0.33% -
XYZ 6.03 4.47 7.2 -
YUV 61.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 85 47 75 0 0.45 0.12 0.67 315.79 0.29 0.26
Hex 55 2F 4B 0 2D C 43 13C 1D 1A
Octal 125 57 113 0 55 14 103 474 35 32
Binary 1010101 101111 1001011 0 101101 1100 1000011 100111100 11101 11010

Color Harmonies of #552F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F4B

Black with #552F4B

Text Example


Text Example

White with #552F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552F4B; }

 p { color: rgb(85,47,75); }

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

background-color css

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

 a { background-color: rgb(85,47,75); }

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

border-color css

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

 span { border-color: rgb(85,47,75); }

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