Html Css Color HEX #552D4B Loulou

📋 copy color: '#552D4B'

red 85 ◦ green 45 ◦ blue 75

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

Shades of Loulou #552D4B

Tints of Loulou #552D4B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.95%

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

R = 41.46%
G = 21.95%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#552D4B (or 0x552D4B) is known color: Loulou. HEX triplet: 55, 2D and 4B. RGB value is (85,45,75). Sum of RGB (Red+Green+Blue) = 85+45+75=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #552D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D4B is #AAD2B4. Grayscale: #3C3C3C. Windows color (decimal): -11195061 or 4926805. OLE color: 4926805.

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

Color convert

RGB 85 45 75 -
CMYK 0 0.47 0.12 0.67
HSL 315º 0.31% 0.25% -
HSV(B) 315º 0.47% 0.33% -
XYZ 5.95 4.32 7.18 -
YUV 60.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 85 45 75 0 0.47 0.12 0.67 315 0.31 0.25
Hex 55 2D 4B 0 2F C 43 13B 1F 19
Octal 125 55 113 0 57 14 103 473 37 31
Binary 1010101 101101 1001011 0 101111 1100 1000011 100111011 11111 11001

Color Harmonies of #552D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D4B

Black with #552D4B

Text Example


Text Example

White with #552D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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