Html Css Color HEX #553251 Loulou

📋 copy color: '#553251'

red 85 ◦ green 50 ◦ blue 81

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

Shades of Loulou #553251

Tints of Loulou #553251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 81 (32.03% from 255) = 37.5%

R = 39.35%
G = 23.15%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#553251 (or 0x553251) is known color: Loulou. HEX triplet: 55, 32 and 51. RGB value is (85,50,81). Sum of RGB (Red+Green+Blue) = 85+50+81=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #553251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553251 is #AACDAE. Grayscale: #3F3F3F. Windows color (decimal): -11193775 or 5321301. OLE color: 5321301.

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

Color convert

RGB 85 50 81 -
CMYK 0 0.41 0.05 0.67
HSL 306.86º 0.26% 0.26% -
HSV(B) 306.86º 0.41% 0.33% -
XYZ 6.37 4.81 8.38 -
YUV 64 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 85 50 81 0 0.41 0.05 0.67 306.86 0.26 0.26
Hex 55 32 51 0 29 5 43 133 1A 1A
Octal 125 62 121 0 51 5 103 463 32 32
Binary 1010101 110010 1010001 0 101001 101 1000011 100110011 11010 11010

Color Harmonies of #553251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553251

Black with #553251

Text Example


Text Example

White with #553251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553251; }

 p { color: rgb(85,50,81); }

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

background-color css

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

 a { background-color: rgb(85,50,81); }

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

border-color css

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

 span { border-color: rgb(85,50,81); }

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