Html Css Color HEX #573350 Loulou

📋 copy color: '#573350'

red 87 ◦ green 51 ◦ blue 80

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

Shades of Loulou #573350

Tints of Loulou #573350

RGB

 RED value IS 87 (34.38% from 255) = 39.91%

 GREEN value IS 51 (20.31% from 255) = 23.39%

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 39.91%
G = 23.39%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#573350 (or 0x573350) is known color: Loulou. HEX triplet: 57, 33 and 50. RGB value is (87,51,80). Sum of RGB (Red+Green+Blue) = 87+51+80=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #573350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573350 is #A8CCAF. Grayscale: #404040. Windows color (decimal): -11062448 or 5256023. OLE color: 5256023.

HSL color Cylindrical-coordinate representation of color #573350: hue angle of 311.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #573350 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 51 80 -
CMYK 0 0.41 0.08 0.66
HSL 311.67º 0.26% 0.27% -
HSV(B) 311.67º 0.41% 0.34% -
XYZ 6.56 4.97 8.2 -
YUV 65.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 87 51 80 0 0.41 0.08 0.66 311.67 0.26 0.27
Hex 57 33 50 0 29 8 42 138 1A 1B
Octal 127 63 120 0 51 10 102 470 32 33
Binary 1010111 110011 1010000 0 101001 1000 1000010 100111000 11010 11011

Color Harmonies of #573350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573350

Black with #573350

Text Example


Text Example

White with #573350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573350; }

 p { color: rgb(87,51,80); }

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

background-color css

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

 a { background-color: rgb(87,51,80); }

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

border-color css

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

 span { border-color: rgb(87,51,80); }

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